chart.js-rangeslider
Version:
This adds the option of having a range slider to your charts, to allow you to select a specific data scale
33 lines (32 loc) • 753 B
JSON
{
"name": "chart.js-rangeslider",
"version": "1.2.5",
"homepage": "https://github.com/schme16/Chart.js-RangeSlider",
"repo": "https://github.com/schme16/Chart.js-RangeSlider",
"authors": [
"Shane Gadsby <schme16@gmail.com>"
],
"description": "This adds the option of having a range slider to your charts, to allow you to select a specific data scale — Edit",
"main": "Chart.JS-RangeSlider.min.js",
"keywords": [
"Chart.js",
"plugin",
"range",
"slider",
"RangeSlider"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"gulpfile.js",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Chart.js": "^2.2.2",
"nouislider": "^8.5.1",
"jquery": "2"
}
}