Hi,
I have made a project in which the points come from mySQL and are listed in ui_template.
By selecting each point, that point will be added to the chart array.![History|690x298]
The problem:
Although series and data are adding to the chart payload, but it is not possible to see the graphs on UI.
In a function I make the Custom Past Hours. This function is directly connected to the chart.
During pushing the chart format, I add series, data and labels to the array, but after deploying, the labels is not shown in the debug.
- Even if one point is selected, still the graph is not made on UI.
- If I use any other keyword except labels , pushing process will be successful.
I've reviewed related posts, specially by @hotNipi, but so far couldn't find a solution.
(Node-red version: 1.2.7)
Thanks in advance,