Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
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 17 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.