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