influxdata / giraffe

A foundation for visualizations in the InfluxDB UI
https://influxdata.github.io/giraffe/
MIT License
183 stars 34 forks source link

fix: split out visualizations that do not use PlotEnv #814

Closed TCL735 closed 2 years ago

TCL735 commented 2 years ago

Part of #805

Certain visualizations do not need the usePlotEnv hook, and the PlotEnv component which is very expensive. PlotEnv was also incorrectly being used twice (!) for SizedTable. Remove all usages completely.

Here is a video showing all of the non-PlotEnv visualizations working with the new split

https://user-images.githubusercontent.com/10736577/192071610-93362d29-a864-4bc4-976d-3554ae778c6b.mp4