Domanda

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.

È stato utile?

Soluzione

you can use markers:

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

DEMO

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top