huww98 / TimeChart

An chart library specialized for large-scale time-series data, built on WebGL.
https://huww98.github.io/TimeChart
MIT License
365 stars 31 forks source link

Background grid #34

Open terjew opened 2 years ago

terjew commented 2 years ago

It would be really useful if there was an option to draw a background grid with the same lines as the tickmarks in the X/Y axis. The grid should ideally be a bit more dampened than the grid lines, eg by using thinner and/or dashed lines.

huww98 commented 2 years ago

This can be implemented as a plugin, just like the built-in d3Axis plugin.

Contributions are welcome.