[New plugin] Beautiful Customizable Charts and Graphs (ApexCharts.js)

Yes :man_facepalming:

The dates were being updated twice in the input, so that mystery solved.

Thanks!

1 Like

@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!

1 Like

@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) :slight_smile:

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ā€¦

@steve18

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!

You, sir, are a leg end. You are the end of a leg.

LegEnd.

THANKS! Loving my apexcharts!

1 Like

@steve18 Looks great! Glad to help :slight_smile:

1 Like

This is why the Dutch and Canadians get along so wellā€¦

1 Like

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 :slight_smile:

2 Likes

Okay, thanks for that. No worries ā€“ Iā€™ll just stick to my other charting solution just for the pie-chartsā€¦

1 Like

+1 for per-data point conditions! Colors, operators on the text, pictures! Lots of fun possibilities there :slight_smile:

Hi,

I am trying to make a bar chart looking like this:
image

But the closest I managed to get so far is this:
image

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! :slight_smile:

Update 6.24.0 & 6.24.1

:fire: 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.

:arrow_right: You can see an example here: Chartpreview | Bubble Editor

Thank you for sponsoring @neilpierce !

Donā€™t forget to refresh your editor after upgrading

1 Like

Absolutely. Thanks for providing the best support ever on plugins. Apex Charts just got better.

1 Like

Update 6.25.0

Added the pyramid chart! The demo page is updated to see it in action:

ezgif-4-e1c46c166f9a

Donā€™t forget to refresh your editor after upgrading

1 Like

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?