質問

I am using Highstock to draw graph on my website. It is working fine. But when only single data is present I have to hover over to see the graph data. Please help me to find a solution for this.

役に立ちましたか?

解決

you can use markers:

plotOptions: {
    series: {
        marker: {
            enabled: true
        }
    }
},

DEMO

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top