A visualization building tool base on vega-lite and the idea Inspired by Blueprint. Using module components and connection curve to define the data logic, visualiation and user interaction
- 2018.12.7 v1.01
-
Data Connector (Outer Join, Inner Join)
-
Data Processor (Filter, Normalizer)
-
Data Calculator (Sum, Reduce and Multi)
-
Data Visualizer (Barchart, Linechart, Scatterplot, Boxplot, Stripplot)
-
Support zoom and navigator(with a preview window) for the work borad.
-
Add multi work borad, user can add multi borad and easy switch in them.
-
Enable to define the interaction logic with blueprint
-
Layout editor: users can define the dashborad's layout
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev