
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@siemens/charts-ng
Advanced tools
The Element chart library for Angular based on ECharts. Going through the roof. Stoinks.
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 {}
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
The following applies for code and documentation of the git repository, unless explicitly mentioned.
Copyright (c) Siemens 2016 - 2025
MIT, see LICENSE.md.
FAQs
Element Charts library.
The npm package @siemens/charts-ng receives a total of 1,158 weekly downloads. As such, @siemens/charts-ng popularity was classified as popular.
We found that @siemens/charts-ng demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.