Forum Academy Marketplace Showcase Pricing Features

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

You can set a custom min and max value for the y-axis using these fields:

That way you can control how the y-axis is displayed :slight_smile:

1 Like

thanks! I don’t know how I missed that :man_facepalming:

another question for you: how can I convert a list of dates to list of texts to be used as series category for x axis in multiple area chart? and is there a way to include more information in the tooltip floating group or just data from a single field for the each item in the series?

Please take a look at the demo: Chartpreview | Bubble Editor

If you are using the default tooltip no, but you can use a custom tooltip to display more information (this is an advanced feature, there is an example on the demo page) :slight_smile:

Hi @Thimo I’m getting a bug with the 2nd y-axis data label prefix, It’s carrying over the data label from the left y-axis.

Also, I’m trying to add more than 1 series to the 2nd y-axis, but can’t find how to do this since the 2nd y-axis series field only receives a text. Hopefully you can help me out with this.

Best Regards.

I pushed update 6.77.0 that should fix this issue!

Right now only 1 series is supported for the 2nd y-axis. Instead of adding another series to the 2nd Y-axis, can you not add those series to the 1st y-axis and add the series that is on the 1st y-axis to the 2nd y-axis? (so you end up with 1 series on the 2nd y-axis) :slight_smile:

Hi @Thimo thanks for the update, unfortunately the proposed solution wouldn’t work since I 'might have more than 1 series added to each axis, conditioned by the data unit ($, %, etc). Hopefully this functionality can be added in the short term :slight_smile:

Hi @Thimo!

I’ve been having trouble with the Treemap chart, the Data Labels are too small and don’t seem to respond to any changes in the ā€œData Label Font Sizeā€ configuration…

Here’s a picture with the graph in the size of 600x900.

I’ll be super thankful if you could help me with this one!

Best regards.

@rafael7 The library will auto scale your labels if it does not fit on the chart and that is what is happening here. Your labels a very long and will therefore be reduced in size to fit the chart. Please reduce the number of characters of your labels and you will see that they will be displayed bigger on the chart (recommended is only 1 or 2 words max):

Hi,
I am having problems setting the single color of the pie chart when reading from a variable. However, when I set it with hexadecimal it works,

What could happen?

@wains Style variables do often not work with plugins as plugins expect a color code. The variables are formatted like --a-variable and I do not have access to the ā€˜real’ color code in the plugin editor. So that is why I would recommend to not use these style variables with plugins (for now). Does that make sense? :slight_smile:

Hi @Thimo,
This is really a nice plugin
I just want to ask if it is possible to add the actual number alongside the labels/percentage or the legend on the pie chart

Thanks

Hi @Thimo I am trying to show frequency of list of texts that show up on records (list obtained via search criteria). I am not sure how to show that and which chart to use as none of your chart examples takes a list of data.

Here is an example for what I am trying to do.

Lets assume there’s a data type UserVisits with a field of CountryName and CitiesVisitedTextList.

Each time any user visits a country, a new record is created with a list of city names (text) in CitiesVisitedTextList

For the chart I would like to do a search on UserVists during a month and show Cities that were visited by different users within last month and City frequencies.

Can you suggest a chart and how to display this data? If my example isn’t clear, please let me know

Hi @SumitC!

I am not sure if I can help to pick a chart type for you, as I am actually not sure myself how to visualize this data in a chart. I will let you know if something comes up, but right now I do not think I can be the best help here unfortunately… :slightly_frowning_face:

1 Like

No worries Thimo :slight_smile: I figured it out. Thanks for a prompt response and the wonderful plugin.

Hi @Thimo, I need to display a step line chart with time series on x-axis. Something very similar as on the picture. I have sevral different timepoints and y values. Is it possible?

Hi, i find strange behavior of Simple List Calculation:

  • when i try to divide by zero, it’s return me not ā€œundefinedā€/ā€œemptyā€ or smth similar, it returns first list.
  • when i divide zero by some number, it’s return 1, but not 0.

Yes you need to use a grouping by date: Chartpreview | Bubble Editor

@serhiiburbelo I see. Dividing by 0 is mathematically not defined so it could be that you run into errors. I would say to try not to divide by 0, but I will try if I can make some exceptions in the logic for this element as-well

@Thimo Is it possible for the Cumulative List plugin to calculate multiple cumulative series simultaneously for an Area Chart (Multiple series)?
Otherwise I’ll need to add 4 elements on page.