@vaadin/charts
TypeScript icon, indicating that this package has built-in type declarations

24.3.11 • Public • Published

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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @vaadin/charts

Weekly Downloads

9,668

Version

24.3.11

License

SEE LICENSE IN LICENSE

Unpacked Size

267 kB

Total Files

19

Last publish

Collaborators

  • web-padawan
  • diegocardoso
  • alvarezguille
  • platosha
  • jouni
  • manolo
  • yuriyyev
  • vaadin-owner
  • tomivirkki
  • artur-
  • sunzhewyq
  • sosa-vaadin