HighCharts - 我如何关闭积分? [英] HighCharts - How can I turn off the points?

查看:135
本文介绍了HighCharts - 我如何关闭积分?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用HighCharts。



重要的部分:

  plotOptions:{
line:{
marker:{
enabled:假
}
}
}

另请参阅: https://api.highcharts.com/highcharts/plotOptions.line.marker.enabled



与样条相同效果: http:// jsfiddle.net/aeZ6P/


I'm using HighCharts. Here is the documentation. I would like to turn off those points but at first I do not know how is that called. Therefore I can not turn them off. Do you know how am I able to kill those points?

解决方案

Here's an example with a line chart: http://jsfiddle.net/aeZ6P/1/

Important part:

plotOptions: {
    line: {
        marker: {
            enabled: false
        }
    }
}

See also: https://api.highcharts.com/highcharts/plotOptions.line.marker.enabled

Same effect with spline: http://jsfiddle.net/aeZ6P/

这篇关于HighCharts - 我如何关闭积分?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆