UNPKG

fixed-chartjs-plugin-draggable-selectrange

Version:

A ChartJS select range plugin for Line charts. It select a range of chart from X axis

52 lines (51 loc) 1.78 kB
{ "name": "fixed-chartjs-plugin-draggable-selectrange", "version": "1.0.2", "description": "A ChartJS select range plugin for Line charts. It select a range of chart from X axis", "main": "index.js", "scripts": { "postbuild": "Xcopy package.json dist /y", "build": "babel src -d dist", "minify": "uglifyjs --compress -o ./src/index.min.js -- ./src/index.js", "build:prod": "babel src -d dist && uglifyjs --compress -o ./dist/index.min.js -- ./dist/index.js && npm run postbuild && npm run minify" }, "author": "Mohammad Hossein Pour", "license": "MIT", "devDependencies": { "@babel/cli": "^7.25.6", "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", "uglify-js": "^3.19.3" }, "keywords": [ "chartjs", "chartjs-plugin", "plugin", "line chart plugin", "chartjs-plugin-draggable-selectrange", "chartjs-plugin-draggable-select-range", "draggable-select-range" ], "packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb", "dependencies": { "chart.js": "^4.4.4" }, "files": [ "dist/*" ], "directories": { "doc": "docs", "example": "example" }, "repository": { "type": "git", "url": "git+https://github.com/mohamadhpp/chartjs-plugin-draggable-select-range.git" }, "bugs": { "url": "https://github.com/mohamadhpp/chartjs-plugin-draggable-select-range/issues" }, "homepage": "https://chartjs-plugin-draggable-select-range.vercel.app/" }