highcharts / highcharts-editor

https://www.highcharts.com/products/highcharts-editor
Other
250 stars 96 forks source link

Value markers on a line chart when point markers are not enabled in the editor #129

Open tomekzajdz opened 7 years ago

tomekzajdz commented 7 years ago

Despite unchecked field "Enable point markers" by default, there are point markers in the chart. To remove point markers I must click the checkbox (then is checked), and then click once again to uncheck it. Chart should be consistent with this checkbox. value_markers2

TorsteinHonsi commented 7 years ago

@cvasseng Note that this option (and some others) has three states: [null, true, false]. Null means automagically disappearing markers when the data gets too dense.