
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@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,006 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.