5 ms·
Perfect timing, i just started building a tool to create dynamic customized charts without code. Thanks for sharing !
by houssem_fat 6y ago
Perfect timing, i just started building a tool to create dynamic customized charts without code. Thanks for sharing !
- wes-k 6y agoHey I'm working on this too! Nothing to show off yet except for this fun animation I made when playing with the core engine: https://imgur.com/a/ELhwWo5 https://imgur.com/a/ELhwWo5. Some existing projects you may want to check out: * http://data-illustrator.com/ http://data-illustrator.com/ (dead?) * https://charticulator.com/ https://charticulator.com/ (was dead, looks slightly alive now) * http://ddg.namwkim.org/ http://ddg.namwkim.org/ (dead?) My inspiration came from Bret Victor's Drawing Dynamic Visualizations (1). Though I'm taking a slightly different approach. Brett’s data is declarative, but drawing is procedural (in steps) where mine is all declarative. I think Brett's approach is more powerful but doesn't lend itself as nicely to normal vector drawing UX. 1: http://worrydream.com/DrawingDynamicVisualizationsTalkAddendum/ http://worrydream.com/DrawingDynamicVisualizationsTalkAddend...