🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

@vaadin/charts

Package Overview
Dependencies
Maintainers
13
Versions
514
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/charts

vaadin-charts

latest
Source
npmnpm
Version
24.9.2
Version published
Weekly downloads
21K
-13.06%
Maintainers
13
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

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

Keywords

Vaadin

FAQs

Package last updated on 03 Oct 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