huww98/TimeChart

Request for new kind of charts

citron opened this issue · 2 comments

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 ?

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.

I've added a new lineType.NativePoint. It is square and the shape cannot be customized (but the size can).