Hey there! I purchased the chartJS plugin and I was wondering in terms of concept, I have a chart with dynamic data and it updates but I use the add a data series to add more bars to the chart.
My question is, do I have to reset the chart and re-add the bars every time the dynamic data inside changes? If so, how should I structure the workflow?
Also, is it possible to put the legend in the label?
when combining polar with boxplot chart on a single page we get a bug:
I appreciate you reporting this issue. I’ve pushed an update in v4.39.104 of the plugin that should fix this issue. Can you please upgrade and let me know how that’s working for you?
My question is, do I have to reset the chart and re-add the bars every time the dynamic data inside changes? If so, how should I structure the workflow?
One way you could achieve this is by:
Placing the Y Values in an input
Then in the workflow action, refer to the Input’s value for the Y Values
Set up an event to fire when the Input Value is changed, like the screenshot below:
You can set up a trendline using mixed charts (you’d set up the line part of your trendline manually as another series set to “line”). Here’s a link to a demo set up in case you missed it (the second chart on the page): Scatter Charts by TechBlocks
@data1 hmm… strange. Can you please PM me a link to your app so I can take a look?
The plugin Chart JS - 50 Charts and Graphs / element List Calculator - Basic threw the following error: TypeError: Cannot read properties of null (reading ‘split’)
at eval (PLUGIN_1553183744528x903111989944909800/—Chart-JS—50-Charts-and-Graphs-initializeState_Output-List–text–List-Calculator—Basic-.js:3:372)
Basically, I think it happens because I have a List Calculator element with no list B, is it correct? Below I’ve put a print of it.
Basically, I think it happens because I have a List Calculator element with no list B, is it correct? Below I’ve put a print of it.
Hmm… I tried reproducing that error, but you can see in the link below that the cumulative list works without any issue (so I don’t think it’s due to a lack of List B).
It looks like you might have a parenthesis “(” and “)” in List A, can you please try removing that? It could be the cause of your issue.
I have a question about how to make a comparison. I have a graph of energy consumption between to compare the consumption of two different years and the months that are reflected do not match. In the year 2024 I saved consumption data for the months of June and July. However, in the graph it appears as January and February. The months do not match…
I have a question about how to make a comparison. I have a graph of energy consumption between to compare the consumption of two different years and the months that are reflected do not match. In the year 2024 I saved consumption data for the months of June and July. However, in the graph it appears as January and February. The months do not match…
I’ve just added an example of how to do this here. Note that you’ll probably want to use the Advanced List Calculator for your use case.
Please let me know if you have any follow up questions!
Olá, meus gráficos não estão sendo processados, vi que é um BUG e que também está acontecendo na página de exemplo do próprio Plugin, os erros de LOG são os mesmos.
Segue o print da própria página do Plugin
Acabou de voltar a funcionar, provavelmente o problema foi corrigido, agora me ficou uma dúvida, este problema é recorrente? Não quero meu suporte do sistema lotado de mensagens por conta de instabilidade, gostaria de saber com qual frequência acontece essas falhas?
Has anyone experienced an issue with the workflow 'When a Pie/Donut chart is hovered"?
When I hover the chart the workflow won’t run.
I tried with more than one chart, the id attribute is correct, the chart selected in the workflow is correct, and the custom tooltip group shows when the chart is hovered, but empty, as I set the custom states of the custom tooltip group with this workflow.
The workflow for When a Bar/Line/Area chart is hovered works correctly.
Thanks for reporting this issue with the pie/donut chart hover event. I’ve pushed a fix in v4.39.126 that should resolve the issue. Please let me know if you notice otherwise!
I’m having trouble with X-axis groupings, I’ve got the data displayed with the wrong grouping. (see image)
Hmm, can you try copying and pasting your dynamic expressions into a text element? That may help you see what those values are evaluating to. If that doesn’t help, feel free to PM me and we can take a closer look at your implementation.