简体   繁体   English

仅存在单个数据时,Highstock图形不显示

[英]Highstock graph is not showing when only single data is present

I am using Highstock to draw graph on my website. 我正在使用Highstock在我的网站上绘制图形。 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 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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