Gathering detailed insights and metrics for @swimlane/ngx-charts
Gathering detailed insights and metrics for @swimlane/ngx-charts
Gathering detailed insights and metrics for @swimlane/ngx-charts
Gathering detailed insights and metrics for @swimlane/ngx-charts
@swimlane/ngx-datatable
ngx-datatable is an Angular table grid component for presenting large and complex data.
dslosky-usgs-ngx-charts
Fork of @swimlane/ngx-charts with requirements for USGS
@swimlane/ngx-graph
Graph visualization for angular
@swimlane/ngx-dnd
Drag and Drop for Angular2 and beyond!
📊 Declarative Charting Framework for Angular
npm install @swimlane/ngx-charts
64.4
Supply Chain
93.1
Quality
88.4
Maintenance
100
Vulnerability
97
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
4,297 Stars
1,093 Commits
1,148 Forks
152 Watching
40 Branches
134 Contributors
Updated on 27 Nov 2024
Minified
Minified + Gzipped
TypeScript (89.66%)
HTML (7.7%)
SCSS (2.26%)
JavaScript (0.39%)
Cumulative downloads
Total Downloads
Last day
-9.6%
28,743
Compared to previous day
Last week
0.3%
148,428
Compared to previous week
Last month
9.1%
627,146
Compared to previous month
Last year
1.5%
6,920,236
Compared to previous year
14
Declarative Charting Framework for Angular!
ngx-charts is unique because we don't merely wrap d3, nor any other chart engine for that matter. It is using Angular to render and animate the SVG elements with all of its binding and speed goodness, and uses d3 for the excellent math functions, scales, axis and shape generators. By having Angular do all of the rendering it opens us up to endless possibilities the Angular platform provides such as AoT, SSR, etc.
Data visualization is a science but that doesn't mean it has to be ugly. One of the big efforts we've made while creating this project is to make the charts aesthetically pleasing. The styles are also completely customizable through CSS, so you can override them as you please.
Also, constructing custom charts is possible by leveraging the various ngx-charts components that are exposed through the ngx-charts module.
For more info, check out the documentation and the demos.
To use ngx-charts in your project install it via npm:
npm i @swimlane/ngx-charts --save
To learn how to use the ngx-charts components to build custom charts and find examples, please refer to our Custom Charts Page.
git checkout master
)git pull
)npm ci
)npm test
)git checkout -b release/X.Y.Z
projects/swimlane/ngx-charts/package.json
.projects/docs/changelog.md
git commit -am "(release): X.Y.Z"
git tag X.Y.Z
git push origin HEAD --tags
npm run publish:lib
ngx-charts
is a Swimlane open-source project; we believe in giving back to the open-source community by sharing some of the projects we build for our application. Swimlane is an automated cyber security operations and incident response platform that enables cyber security teams to leverage threat intelligence, speed up incident response and automate security operations.
SecOps Hub is an open, product-agnostic, online community for security professionals to share ideas, use cases, best practices, and incident response strategies.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 15/21 approved changesets -- score normalized to 7
Reason
6 existing vulnerabilities detected
Details
Reason
3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Reason
SAST tool is not run on all commits -- score normalized to 1
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More