Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
angular.piechart
Advanced tools
Angular piechart is a angular component that create svg based piecharts.
Angular piechart is a angular component that create svg based piecharts.
Based on Lea Verou Designing Flexible, Maintainable Pie Charts With CSS And SVG
to install you can grab the files from the repo or install from
browser install angular.piechart --save
npm install angular.piechart --save
include the files:
<script src="js/angular.piechart.min.js"></script>
<link href="css/angular.piechart.min.css" rel="stylesheet"/>
and you can use this code to initialize the plugin:
<piechart ng-model="vm.data"></piechart>
function controller() {
this.data = {
color: '#1F187A',
data: [
{
color: 'red',
value: 10 // 10%
},
{
color: 'green',
value: 20 // 20%
},
{
color: 'blue',
value: 30 // 30%
},
{
color: 'yellow',
value: 40 // 40%
}
]
};
}
You can also inject stuff into piechart component it will be added after piechart so it will be on top.
For instance to add donat chart you can add another circle:
Licensed under MIT license
Copyright (c) 2016 Jakub Jankiewicz
FAQs
Angular piechart is a angular component that create svg based piecharts.
The npm package angular.piechart receives a total of 11 weekly downloads. As such, angular.piechart popularity was classified as not popular.
We found that angular.piechart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.