node-red-contrib-chartjs
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "node-red-contrib-chartjs", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Node-RED Chart.js node", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -53,11 +53,11 @@ # node-red-contrib-chartjs | ||
* Tittle: The tittle of the chart | ||
* X Axis: The X axis name | ||
* Y Axis: The Y axis name | ||
* Payload: The chart dataset | ||
* Tittle: The chart title | ||
* X Axis: The X axis label | ||
* Y Axis: The Y axis label | ||
* Payload: The chart dataset object | ||
The **Chart Payload attributes** are: | ||
* channel: channel label legend name | ||
* color: color of the chart line | ||
* dataset: dataset array. | ||
* channel: The channel legend | ||
* color: The chart color line | ||
* dataset: The chart dataset | ||
@@ -64,0 +64,0 @@ The **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
450929