Hacker News new | ask | show | jobs
by pmarreck 776 days ago
Good graphing and calendaring controls would be amazing and useful.

We still resort to JS for that stuff

We could probably hack together something that outputs direct SVG when given data and chart details

2 comments

Good to look at Keno and what the vega-lite team has done to "standardize" on a format and use that. (for graphs)

That's what we did. We really should consider open sourcing our stuff, it's just too ugly at the moment.

For graphing you can use: https://hex.pm/packages/vega_lite
Just noticed that someone built a level above VegaLite: https://hexdocs.pm/tucan/readme.html