Thanks for the quick reactivity and for your demo !
It’s almost that
The problem in my case is that the number of data to append to the graph will vary in function of the project. (For project 1, there’s 2 “product sales” data to display, for project 2 there’s 4, etc…).
Do you know how can I run a similar workflow with a variable number of data to append ?
@thomas.guyot You can have a couple of ‘append data series’ workflows after each other and conditionally turn them on/off depending on the amount of data series. So, depending on the data, you can only append 2 instead of 5 data series for example. Would that work?
Every chart now has a workflow action to create the PNG url of that chart. When this workflow is run, the PNG URL is created. When this URL is ready the ‘PNG URL Is Created’ event will be triggered. The PNG URL is accessible as an element state: Chart A’s PNG URL.
This will be great for users to share a picture of a chart, include it in emails, PDFs etc.
Hi @mequelussi, I will add it for you so it will be available when the new update launches! I will also see if I can change it to an input field so you are not limited to a fixed set of options
Hi Thimo.
Thanks for your awesome work, very happy with the plugin so far!
I’ve got a similar question to Amna about the graph skipping empty groups.
What’s weird is I have 2 graph, one is based on ‘counts’ and when the groups are empty, the graph line is visible (on zero) which is what I want:
(well I guess technically those groups aren’t ‘empty’, but the counts are returning ‘0’)
but for my other graph based on ‘sums’, then it just skips the empty groups which looks ugly:
How can I fix that? If it’s empty (null) then ideally it should just behave as if it’s ‘0’.
(i’ve tried enabling/disabling ‘do not skip empty groups’ but it made no difference)
@ChellDigital I will take a look if I can provide an option to replace all null/undefined values in a Y-axis data series by 0! That would be great in your and @amna’s use case
Hi Thimo,
Something weird happened when I updated my plugin to 5.5.0 following your update of yesterday.
The radial chart I used on my dashboard just lost its alignment.
I used to have ‘20’ in ‘Y axis offset’ in order to center it vertically but since yesterday’s update I can’t make it centered anymore (or it could be one of the past 3 updates … I think yesterday when I updated to 5.5.0 I moved up 3 or 4 updates at once).
Basically if I leave ‘Y axis offset’ empty, it’s aligned towards the top:
And then whatever I put in the ‘Y axis offset’, it aligns to the bottom (i’ve tried anything from -100, to -10, -1, 1, 10, 20, 100 etc…), whatever I put in that field I get the below result:
Thanks!
Just to confirm for everybody else in the forum the problem was fixed with version 5.5.1.
Again Thimo, thanks a lot for the great support! fixed my issue within 30min!!
My team and I have a question regarding gathering the most updated data from our app data section in order to display the most recent results. Specifically, this is for a donut chart. Below is a screenshot of what we have at the moment for our series data:
Hi @esv218, great to hear that you like the plugin!
Looking at your category data, it seems that you are using a grouping. Make sure you are also using this exact grouping for the series data. Inside this grouping you can create an aggregation which will be used as series data.
The donut chart on the demo page also uses a grouping which you can use as an example. It uses the aggregation ‘count’: