bitemporal-visualizer / bitemporal-visualizer.github.io

https://bitemporal-visualizer.github.io
MIT License
7 stars 0 forks source link

Alternative drawing options (existing graph libs, non-SVG rendering etc.) #2

Open refset opened 1 year ago

refset commented 1 year ago

Producing SVG directly is powerful but takes a lot of effort to polish. Ideally the visualisation could seamlessly integrate (mechanically / stylistically) with standard viz frameworks and allow for some easy re-use outside the context of this repo's SPA.

Unfortunately I've yet to see an obvious mapping to an existing chart type, so any approach would probably require first understand and working with the lower-level primitives of the framework.

e.g. Vega / Vega-Lite investigation: https://github.com/vega/vega-lite/discussions/8546

refset commented 1 year ago

See also https://github.com/elh/bitempura-viz (via https://clojurians.slack.com/archives/CG3AM2F7V/p1688754845952869)