node-red-contrib-chartjs
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "node-red-contrib-chartjs", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Node-RED Chart.js node", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -48,7 +48,11 @@ # node-red-contrib-chartjs | ||
The **Chart attributes** are: | ||
* Path: The Chart path to be access | ||
* Path: The Chart Url to be access. An example where path is TP01 could be: | ||
``` | ||
http://localhost:1880/TP01 | ||
``` | ||
* Tittle: The tittle of the chart | ||
* X Axis: The X axis name | ||
* Y Axis: The Y axis name | ||
* Payloas: The dataset to be drawed | ||
* Payload: The chart dataset | ||
@@ -55,0 +59,0 @@ The **Chart Payload attributes** are: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
450936
110