Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
node-red-contrib-chartjs
Advanced tools
Chart.js Node-RED node
This node permit to use the Line chart from Chart.js from Node-RED. The objective is create a new node-red path for each chart created, this path could be configured and updated at runtime. Right now only the line chart of Chart.js was implemented. In the future will implement the rest of the charts of this library and include serveral channels on the same chart.
npm install node-red-contrib-chartjs --save
The Chart attributes are:
The Chart Payload attributes are:
The Payload attributes are:
Dataset Example:
{
"channel": "TP01",
"color": "Red",
"dataset": [
{
"x": 1,
"y": 10
},
{
"x": 2,
"y": 8
},
{
"x": 3,
"y": 15
},
{
"x": 4,
"y": 10
},
{
"x": 5,
"y": -2
}
]
}
FAQs
Node-RED Chart.js node
The npm package node-red-contrib-chartjs receives a total of 50 weekly downloads. As such, node-red-contrib-chartjs popularity was classified as not popular.
We found that node-red-contrib-chartjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.