Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@granite-elements/granite-c3
Advanced tools
A lightweight element wrapping-up C3.js, D3-based chart library.
A lightweight element wrapping-up C3.js, D3-based chart library
Based on Polymer 3.x. The legacy Polymer 2.x version is available here
https://lostinbrittany.github.io/granite-c3
<granite-c3 data='{"x": "x", "columns": [["x", "2013-01-01", "2013-01-02", "2013-01-03", "2013-01-04", "2013-01-05", "2013-01-06"],["data1", 30, 200, 100, null, 150, 250],["data2",130, 340, 200, null, 200, 350]],"type": "step"}' axis='{ "x": {"type": "timeseries", "tick": { "format": "%Y-%m-%d"} } }'></granite-c3>
Install the component using Bower:
$ bower install LostInBrittany/granite-c3 --save
Or download as ZIP.
Import Web Components' polyfill (if needed):
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
Import Custom Element:
<link rel="import" href="bower_components/granite-c3/granite-c3.html">
Start using it!
<granite-c3 data="{{data}}" axis="{{axis}}"></granite-c3>
git checkout -b my-new-feature
git commit -m 'Add some feature'
git push origin my-new-feature
FAQs
A lightweight element wrapping-up C3.js, D3-based chart library.
The npm package @granite-elements/granite-c3 receives a total of 2 weekly downloads. As such, @granite-elements/granite-c3 popularity was classified as not popular.
We found that @granite-elements/granite-c3 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.