Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
dmn-elex-texas-choropleth
Advanced tools
Chart module for election Texas county choropleths.
$ npm install --save dmn-elex-texas-choropleth
In the client, include the global-chart.js
bundle, which defines a global chart object, texasChoropleth
:
<script src="some/path/to/global-chart.js"></script>
To use as a module, simply import the chart object:
import texasChoropleth from 'dmn-elex-texas-choropleth';
The chart object has two methods, one to create the chart, initially, and another to update it.
var myChart = new texasChoropleth();
// create needs a selection string and prefectched data and geoData (topojson)
myChart.create('#chart', data, geoData);
// update needs only new data
myChart.update(newData);
Just run gulp:
$ gulp
Or to minimize javascript before publishing:
$ gulp --production
FAQs
State choropleth module for DMN elections project.
The npm package dmn-elex-texas-choropleth receives a total of 2 weekly downloads. As such, dmn-elex-texas-choropleth popularity was classified as not popular.
We found that dmn-elex-texas-choropleth demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.