A Web Component for high quality charts.
https://vaadin.com/add-ons/charts
- The main components are:
- vaadin-area-chart
- vaadin-arearange-chart
- vaadin-areaspline-chart
- vaadin-areasplinerange-chart
- vaadin-bar-chart
- vaadin-boxplot-chart
- vaadin-bubble-chart
- vaadin-column-chart
- vaadin-columnrange-chart
- vaadin-errorbar-chart
- vaadin-funnel-chart
- vaadin-gauge-chart
- vaadin-heatmap-chart
- vaadin-line-chart
- vaadin-pie-chart
- vaadin-polygon-chart
- vaadin-pyramid-chart
- vaadin-scatter-chart
- vaadin-solidgauge-chart
- vaadin-sparkline
- vaadin-spline-chart
- vaadin-treemap-chart
- vaadin-waterfall-chart.
- Series component is data-series.
- Valo theme for Charts is valo-theme.html.
- Demos are inside demo.
- Clone the repo.
- Run
npm install
&bower install
to install all tools and dependencies. - Serve the files with Polyserve.
- Go to http://localhost:8080/components/vaadin-charts/demo/index.html to view the demo.
- Main build target for distribution is
stage
, so runninggulp stage
should produce all the deployment files inside the target folder. - Deployment target is
deploy
, which currently just deploys to a CDN provided in thelocal.json
config file. Seeconfig/local.json.example
for more info.