lnsp / trace-explorer

Toolset to explain and visualize database workload traces and benchmark data points.
MIT License
7 stars 1 forks source link

Add "zoomable" legend in comparison/investigation view #2

Open lnsp opened 1 year ago

lnsp commented 1 year ago

Now fully implemented for the visualization view, still missing in comparison pane.

lnsp commented 1 year ago

As the comparison pane keeps growing in complexity (we want a tabbed view for the three different subplots in the cluster views + zoomable legends) I needed to move it from jQuery to Alpine.js. Works mostly fine now, but the zoomable legend implementation in the backend is still missing.