简体   繁体   中英

Highstock graph is not showing when only single data is present

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM