Skip to content

A Web Component for high quality charts.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

villeingman/vaadin-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Vaadin Charts

A Web Component for high quality charts.

Demo

https://vaadin.com/add-ons/charts

Overview of the repository

  • 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.

Running

  1. Clone the repo.
  2. Run npm install & bower install to install all tools and dependencies.
  3. Serve the files with Polyserve.
  4. Go to http://localhost:8080/components/vaadin-charts/demo/index.html to view the demo.

Development

  • Main build target for distribution is stage, so running gulp stage should produce all the deployment files inside the target folder.
  • Deployment target is deploy, which currently just deploys to a CDN provided in the local.json config file. See config/local.json.example for more info.

About

A Web Component for high quality charts.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 68.9%
  • HTML 30.6%
  • JavaScript 0.5%