Relative Content

Tag Archive for chart.js

In Chartjs, how can I set the scales.y.min value externally

I am using a linear chart and using it to visualise waveshapes that can be quite complex. The application requires the data y range to be pre-scaled based on variable external requirements, with typical limits being from (-10:0) through to (-500:0). By default, without an initial pre-scaled y axis, the chart dynamically rescales itself as the data arrives.

Strikethrough on label text not working when using generateLabel

The default functionality of label item text having a strikethrough applied when clicking on it from within the legend is not working. I would like to fix this issue so the strikethrough is applied (or toggled off) when clicked and the corresponding data is hidden from or shown to the chart.

Strikethrough on label text not working when using generateL

The default functionality of label item text having a strikethrough applied when clicking on it from within the legend is not working. I would like to fix this issue so the strikethrough is applied (or toggled off) when clicked and the corresponding data is hidden from or shown to the chart.

Can Chart JS get views from the Stored Procedure display

I am working in Django, and I have a MySql backend. I can display data from a table without issue but when I use the same logic for a Stored Procedure data, the data does not display. To make sure I am pulling the data, I inserted print in my views and on the terminal, I see the SP data.