JSPM

@vaadin/vaadin-charts

22.0.0-alpha8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4508
  • Score
    100M100P100Q137502F
  • License https://raw.githubusercontent.com/vaadin/web-components/master/packages/vaadin-charts/LICENSE

vaadin-charts

Package Exports

  • @vaadin/vaadin-charts
  • @vaadin/vaadin-charts/vaadin-chart.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vaadin/vaadin-charts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Vaadin Charts

Live Demo ↗ | API documentation ↗

Vaadin Charts is a Web Component for creating high quality charts, part of the Vaadin components.

npm version Published on Vaadin Directory Discord

<vaadin-chart type="pie">
  <vaadin-chart-series
    values='[
      ["Firefox", 45.0],
      ["IE", 26.8],
      ["Chrome", 12.8],
      ["Safari", 8.5],
      ["Opera", 6.2],
      ["Others", 0.7]]'
  >
  </vaadin-chart-series>
</vaadin-chart>

Screenshot of vaadin-chart

Installation

Install vaadin-charts:

npm i @vaadin/vaadin-charts --save

Once installed, import it in your application:

import '@vaadin/vaadin-charts/vaadin-chart.js';

Install License Key

After one day using Vaadin Charts in a development environment you will see a pop-up that asks you to enter the license key. You can get your trial key from https://vaadin.com/pro/licenses. If the license is valid, it will be saved to the local storage of the browser and you will not see the pop-up again.

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.

License

Vaadin Charts is distributed under the terms of Commercial Vaadin Developer License 4.0 ("CVDLv4"). A copy of the license is included as LICENSE.txt in this software package.

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.