Oliver Patterson

Results 12 comments of Oliver Patterson

> If the data does not represent something linear you can try the `'log'` or `'sqrt'` [scale type](https://mui.com/x/react-charts/axis/#axis-data) With `log` all the points moved to the upper left corner, and...

@melonges @micalevisk I once optimized my parser using Map, but I ran into a problem when I exceeded the number of keys (`Math.pow(2, 24)`). I think you should consider this...