streamcode9 / svg-time-series

SVG time-series charting library
19 stars 5 forks source link

Merge upstream changes into axis.ts #150

Open nponeccop opened 1 week ago

nponeccop commented 1 week ago

Our axis.ts is a patched version of axis.js from d3-axis.

Now axis.js includes some improvements we need to integrate, such as the offset parameter to center().

Also we need to test the performance to confirm that the upstream axis is still slower than ours.