You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →
Socket
Book a DemoInstallSign in
Socket

@vaadin/charts

Package Overview
Dependencies
Maintainers
12
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/charts

vaadin-charts

23.5.13
Source
npmnpm
Version published
Weekly downloads
25K
-2.53%
Maintainers
12
Weekly downloads
 
Created
Source

@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. See https://vaadin.com/commercial-license-and-service-terms for the full 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.

Keywords

Vaadin

FAQs

Package last updated on 23 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts