danchitnis/webgl-plot

grid and axis

vinnitu opened this issue · 3 comments

I need grid (axis) on the graph for time series data.

Do you plan to add this feature?

See this example: https://codesandbox.io/s/webglplot-gird-b41j9?file=/src/index.ts

You can make more complicated examples, calculating the grid lines and displaying them. Inherently grids are just another set of lines. I may add some features in WebGL-Plot to facilitate this, but untimely it is up to the developer to make the grids.

What about displaying axis text, e.g. on the axes ticks? Thanks!