highcharts - How to show alone points, with {marker: {enabled: false}}? -


in graphics have many points , set {marker: {enabled: false}} example

    plotoptions: {         series: {             marker: {                 enabled: false                }             }         }, 

example

but, if graph points has nulls, graph hidden.

example

how show alone points, {marker: {enabled: false}} ?

in case when have null values, means "lines" between doesn't exist, , markers remain. when disable marks, series in not visible.


Comments

Popular posts from this blog

ruby on rails - Permission denied @ sys_fail2 - (D:/RoR/projects/grp/public/uploads/ -

c++ - nodejs socket.io closes connection before upgrading to websocket -

java - What is the equivalent of @Value in CDI world? -