UNPKG

node-red-contrib-chart-image

Version:

Use chartjs to generate charts and output them as image buffers.

36 lines (35 loc) 855 B
{ "name": "node-red-contrib-chart-image", "version": "1.2.0", "description": "Use chartjs to generate charts and output them as image buffers.", "repository": "https://github.com/gemini86/node-red-contrib-chart-image", "main": "", "node-red": { "nodes": { "chart-image": "src/chartImageNode.js" } }, "keywords": [ "node-red", "chart", "chartjs", "image", "report" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "gemini86", "license": "BSD-2-Clause", "dependencies": { "chart.js": "^2.7.3", "chartjs-node-canvas": "^3.2.0", "chartjs-plugin-annotation": "^0.5.7", "chartjs-plugin-annotations": "^0.6.1", "chartjs-plugin-datalabels": "^0.7.0" }, "devDependencies": { "eslint": "^6.8.0", "eslint-plugin-html": "^7.1.0" } }