gobench-io / gobench

A benchmark framework based on Golang
Apache License 2.0
68 stars 15 forks source link

[UI] Replace the current chart #175

Open nguyencatpham opened 1 year ago

nguyencatpham commented 1 year ago

Replace the current chart (Apexcharts) with a better chart (Victory is recommended, it’s supports zoom for large data: https://formidable.com/open-source/victory/guides/zoom-on-large-datasets).

Demo play around with Victory chart: https://react-49ulrq.stackblitz.io/ Code: https://stackblitz.com/edit/react-49ulrq?file=src%2FApp.js