-
This is a great tool to be sure, and I think it would be much better if it supported histograms. Often, when you are just trying to get a sense for some data, histogram is the most useful initial visu…
-
-
Site for staff that shows some metrics like:
- no. of registered users vs no. of users that set their preferences vs no. of users that payment have been accepted
- no. of proposed lectures
- no. of…
-
There is a new pre-release version of Chart.js. It looks like they are changing the reference in bower.json to 'Chart.js' from 'nnnick-chartjs'. There are other plugins that reference using the new na…
-
Default:
![image](https://user-images.githubusercontent.com/24227051/165558053-f6159305-297b-424f-a2bb-b54b64db7301.png)
You need to hover over the bars to say which value they are without context…
-
Hi, loving the work. Simple & effective. I hope you'll continue working on this. I was making some silly mistakes as `get_datasets()` only a `DataSet` instead of a ```[DataSet, ]``` and everything…
-
### Expected behavior
First grid cell should be the same width as subsequent cells.
### Current behavior
It is smaller than subsequent cells. See screenshot:
![image](https://github.com/char…
-
I use your plugin in combination with "chartjs-plugin-zoom" and I have bizarre behavior. When I zoom the element's bars overlap the Y-axis and don't get truncated like the example below.
Here you c…
-
Although the datapoints are all set 'on the hour', the chart x-axis time is incremented every 29 minutes, and not 30 minutes, is that expected?
![chart](https://github.com/FlowFuse/node-red-dashboa…
-
### Expected behavior
Create a Pie Chart with this option: `animation: { duration: 1000, animateRotate: true, animateScale: false }`
If the Pie Chart is created inside a div with `display:none` …