c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.34k stars 1.39k forks source link

Support point.show on a per-column basis #2683

Open PhrozenByte opened 5 years ago

PhrozenByte commented 5 years ago

c3 currently only supports the point.show option to work on a global basis and using a (currently undocumented, see #2682) callback. Just like with legends (just refer to the legend.show and legend.hide options) it should be possible to show or hide points on lines on a per-column basis.