Socket
Book a DemoInstallSign in
Socket

@siemens/charts-ng

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siemens/charts-ng

Element Charts library.

latest
Source
npmnpm
Version
48.0.3
Version published
Weekly downloads
1.3K
-31.93%
Maintainers
5
Weekly downloads
 
Created
Source

Element Charts

The Element chart library for Angular based on ECharts. Going through the roof. Stoinks.

Usage

To use the Element Charts Angular components in your project, add them to your dependencies by executing:

npm install --save @siemens/charts-ng

You also have to install the peer dependencies of Element Charts.

npm install echarts --save

Import the library to your Angular AppModule, mostly residing in your src/app/app.modules.ts file as follows:

// [...]

// Import this library
import { SiChartsNgModule } from '@siemens/charts-ng';

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, SiChartsNgModule],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule {}

Running unit tests

Run npm run charts:test to perform the unit tests via Karma. You can set a seed for running the tests in a specific using an environment variable: SEED=71384 yarn lib:test

License

The following applies for code and documentation of the git repository, unless explicitly mentioned.

Copyright (c) Siemens 2016 - 2025

MIT, see LICENSE.md.

FAQs

Package last updated on 10 Sep 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