JSPM

@vaadin/charts

24.5.0-alpha5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 30532
  • Score
    100M100P100Q208008F
  • License SEE LICENSE IN LICENSE

vaadin-charts

Package Exports

  • @vaadin/charts
  • @vaadin/charts/src/vaadin-chart-series.js
  • @vaadin/charts/src/vaadin-chart.js
  • @vaadin/charts/theme/lumo/vaadin-chart.js
  • @vaadin/charts/theme/material/vaadin-chart.js
  • @vaadin/charts/theme/vaadin-chart-base-theme.js
  • @vaadin/charts/vaadin-chart-series.js
  • @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/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

A feature-rich interactive charting library providing multiple different chart types.

â„šī¸  A commercial Vaadin subscription is required to use Charts in your project.

Documentation + Live Demo ↗

npm version

<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 the component:

npm i @vaadin/charts

Once installed, import the component in your application:

import '@vaadin/charts';

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

This program is available under Vaadin Commercial License and Service Terms. For license terms, see LICENSE.

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