Comment on Easy SVG sparklinesComments−mindok3yCool explanation! I use quite a lot of SVG visualisations generated server-side. Some basic charts (including sparkline) are bundled up into ContEx (an elixir library) - see https://contex-charts.org/ (disclosure - author).−alexplsOP3yThanks! And thanks also for your work on ContEx, its Sparkline module [1] was a big inspiration for what I ended up implementing.[1] https://github.com/mindok/contex/blob/master/lib/chart/spark...
Comments
Cool explanation! I use quite a lot of SVG visualisations generated server-side. Some basic charts (including sparkline) are bundled up into ContEx (an elixir library) - see https://contex-charts.org/ (disclosure - author).
Thanks! And thanks also for your work on ContEx, its Sparkline module [1] was a big inspiration for what I ended up implementing.
[1] https://github.com/mindok/contex/blob/master/lib/chart/spark...