Yes
The dates were being updated twice in the input, so that mystery solved.
Thanks!
Yes
The dates were being updated twice in the input, so that mystery solved.
Thanks!
@Thimo is it possible to add dynamic category labels? Bar chars specifically, but anywhere would be relevant.
Example: I have a bar chart which is charting a bunch of groupings, each with their own ID. Iād like to be able to ādo a search forā name of each item and display that instead.
Bought. Looking forward to trying this out!
@Thimo; Any chance you have more documentation on how to use the charts? Iām struggling to figure out the radar chart right nowā¦
EDIT: Iām struggling to figure out how to use ALL the charts.
My setup: I have a table of 37 āstatementsā each with a āscoreā (1-5) and a āsectionā (4 different sections). Iād like to show some breakdowns:
Iād like to show the total distribution of scores (ie: there are 12 score1, 3 score2, 5 score3ā¦etcā¦). in a radar chart. With a previous chart solution, I simply did:
axis 1 = Do a search for statements where score=1
axis 2 = do a search for statements where score = 2
axis 3 = ā¦etc
ā¦but your solution doesnāt work like that ā you just give it a data series and category series, and Iām struggling to get my head around itā¦
Itās the same for pie chart. This time I am further constraining the initial search by adding a āsection = xyzā constraint. Again, I canāt get my head around how this worksā¦
Iām sure itās got something to do with grouping, but Iāve tried that for about an hour now and canāt get it to work.
Can anybody help?
Hi @steve18!
You can see an example of a live rader chart inside the editor of the demo page!
You will need to supply a list of numbers for the series data (Y-axis) and a list of texts for the series categories (X-axis)
Editor: Chartpreview | Bubble Editor
Does this help you out?
Thanks for the quick reply, @Thimo. It kinda helps, but I suppose the struggle Iām having is getting some counts working. Iāve edited my previous call for help ā that details what Iām trying to doā¦
I see, a grouping would be the solution I think. I have created a custom demo for you that showcases a radar chart that has a data source that is grouped by category (text). This way you can see how a grouping looks inside the radar chart.
Demo: Chartpreview | Bubble Editor
Let me know if this is helpful!
@steve18 Looks great! Glad to help
This is why the Dutch and Canadians get along so wellā¦
Sorry @Thimo - One more question.
How do I get the chart colours to be conditional on the value the colour is representing?
@steve18 Conditional colors based on the value of each data point is unfortunately not yet possible in the current version of the plugin, but I will definitely look into if a feature like that would be possible to implement in a future update
Okay, thanks for that. No worries ā Iāll just stick to my other charting solution just for the pie-chartsā¦
+1 for per-data point conditions! Colors, operators on the text, pictures! Lots of fun possibilities there
Hi,
I am trying to make a bar chart looking like this:
But the closest I managed to get so far is this:
How can I make the bars round and remove the label of one data series?
And also, where can I edit the lable fontās size and colour?
Iād appreciate your help!
Thx.
Hi @zeta1119
You find the data label font size here:
The other options are at this time not (yet) supported by the plugin. I will look into if I can support those options in a future update for you!
Update 6.24.0 & 6.24.1
Added the āSimple List Calculationā element! You can now perform up to 5 consecutive calculations (Multiplication, Division, Addition and Subtraction) on a list using a fixed number or the content of another list! This element also supports interval (bucket) grouping of the modified list. The element exposes the results as states to use inside the charts.
You can see an example here: Chartpreview | Bubble Editor
Thank you for sponsoring @neilpierce !
Donāt forget to refresh your editor after upgrading
Absolutely. Thanks for providing the best support ever on plugins. Apex Charts just got better.
Update 6.25.0
Added the pyramid chart! The demo page is updated to see it in action:
Donāt forget to refresh your editor after upgrading
Hey @Thimo ,
Thanks again for the help. Now I have another issue. Actually it is also on your bubble app / screenshot:
On the left side there is one data point (01/01/2021) which is not connected to the rest of the line. How can I ensure that the line is always connected (without going down to 0) when there are dates without data between data points?