Socket
Socket
Sign inDemoInstall

@logo-elements/charts

Package Overview
Dependencies
22
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @logo-elements/charts

A powerful and easy to use layout web component for building responsive views.


Version published
Weekly downloads
11
increased by266.67%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 07 Oct 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc