eventlog2html icon indicating copy to clipboard operation
eventlog2html copied to clipboard

Move more computation to `vega-lite`

Open mpickering opened this issue 5 years ago • 3 comments

At the moment we do some processing of the data to find the biggest K bands and collapse them together. We also sort the bands in Haskell which makes displaying them in vega-lite easier but it's harder to change the rendering as you have to modify the code generator.

It might be better to just do all the processing in vega-lite, if the performance is not too bad, but we probably don't have massive data sets.

mpickering avatar Jun 19 '19 09:06 mpickering