23.0.0 • Published 2 years ago

@logo-elements/charts v23.0.0

Weekly downloads
-
License
https://raw.githu...
Repository
-
Last release
2 years ago

@logo-elements/charts

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

ℹ️  Logo Elements Charts library extended from Vaadin Charts. A commercial Vaadin subscription is required to use Charts in your project.

npm version

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

Installation

Install the component:

npm i @logo-elements/charts -s

Once installed, import the component in your application:

import '@logo-elements/charts';

For more detailed information, please visit:

Logo Elements Documentation ↗

License

Commercial Vaadin Developer License 4.0 (CVDLv4). For license terms, see LICENSE.txt.

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.