Request for new kind of charts
citron opened this issue · 2 comments
citron commented
I need to display Series as discrete symbols ( dots, circles, square, etc . ) or bar-charts instead of line-charts.
Where should I please start to implement this new feature ?
huww98 commented
For discrete symbols, please see this demo. You can write a plugin just like the event plugin.
For bar-charts, what's your use case? If you just need a small number of bars, you can also draw it with SVG.
huww98 commented
I've added a new lineType.NativePoint
. It is square and the shape cannot be customized (but the size can).