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.
ember-cli-morris-charts
Advanced tools
This is an ember cli addon to easily create awesome charts using morris charts jquery plugin.
The plugin has been wrapped in this ember addon so you can use it with your controller or model properties, whenever data is updated, the chart will also update.
https://matheusdavidson.github.io/ember-cli-morris-charts
jQuery must be loaded in your project, in next releases this will be done automatically
npm install --save-dev ember-cli-morris-charts
For now, only the basic options are working, but i will implement everything very soon!
There are 4 types of charts available(Area, Line, Bar, Donut), acording to morris charts docs:
Area
{{morris-charts type="Area" data=DATA xKey=XKEY yKeys=YKEYS labels=LABELS resize=RESIZE}}
Line
{{morris-charts type="Line" data=DATA xKey=XKEY yKeys=YKEYS labels=LABELS resize=RESIZE}}
Bar
{{morris-charts type="Bar" data=DATA xKey=XKEY yKeys=YKEYS labels=LABELS resize=RESIZE}}
Donut
{{morris-charts type="Donut" data=DATA resize=RESIZE}}
You can use the tags above in your templates and provide extra properties (like data, xKey, yKeys, Labels and resize)in your model or controllers.
TYPE
String(Area, Line, Bar, Donut)
DATA
Array, refer to morris chart docs according to TYPE
XKEY
String, should be one of your DATA array key, refer to morris chart docs
yKEYS
Array, should be an array with your DATA keys that you want displayed on y series, refer to morris chart docs
LABELS
Array, Label for each key in your y series, refer to morris chart docs
RESIZE
Bool, True will make the chart responsive, defaults to false(not responsive)
Questions?
This is a new project, but many people are already using it successfully. If you have any trouble, open an issue, and you should get help quickly.
FAQs
Ember CLI addon wrapper for Morris Charts jQuery plugin
The npm package ember-cli-morris-charts receives a total of 5 weekly downloads. As such, ember-cli-morris-charts popularity was classified as not popular.
We found that ember-cli-morris-charts 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.