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

An amazing plugin, but more so, an amazing developer! I’ve worked directly with Thimo on a few issues and he’s quick to respond, quick to implement updates whenever possible, and very insightful. I use this plugin in a ton of areas in our app and our users love it!

Thanks Thimo for another 3-point shot!

4 Likes

Thank you for the kind words @alejandrowunderlich! :slight_smile: Great to hear that your users are enjoying the plugin!

3 Likes

I’m trying to understand how charts work, would appreciate if @Thimo or anyone else could help me on this.

I’d like a pie chart that displays current user eventTypes
My db is structured as User > Projects > eventTypes:
image

I’m trying these settings, following the sample editor, but I can’t seem to make it work:

What am I missing?

Thanks!

Hi @letsexecute!

You are here here using the operator :count, instead of the ‘s count of the grouping. The ‘s count is a bit further down the list :slight_smile:

Like this:

1 Like

YES!! Thanks a lot :slight_smile:

I have a color field for each EventType. Can the color be dynamically set based on each series ‘color’?

@letsexecute This is at the moment not yet possible in the current version of the plugin, but I will definitely look into the possibility to include a feature like this in future updates :slight_smile:

Wonderful plugin! Is it possible to connect null values yet?

Hi @jared.gibb, the plugin should be able to handle null values :slight_smile:

Hi @Thimo

I use scatter chart and would like to set min, max value and range in x-axis and y-axis.
Is it possible to set them?

For example,

min:10
max:90
range: 10 => 10, 20, 30, 40, 50, 60, 70, 80, 90

scatter_chart

Hi @nakagawa.kenshirogac,

This is already possible for the line and area charts, but not yet for the scatter chart. I will take a look for you if I can implement this and if so I will include it in the next update for you! :slight_smile:

@Thimo I got it and looking forward to using it. Thank you!!

Is there any way to span gaps instead of have a value of 0?

@jared.gibb I’m sorry I misspoke. Yes, when you have null values there will be a gap for that point on the chart like this:

Update 4.11.0

Added the ability to specify min/max values for the X and Y axis of the Scatter chart @nakagawa.kenshirogac

Don’t forget to refresh your editor after upgrading

1 Like

@Thimo Wow… Thank you so much!!! It makes me so helpful!! :blush:

@Thimo
Can I add plots numbers except numbers list in Scatter chart?
I would like to make plots from csv data.

For example

  1. upload csv (like below row data)
  2. calculate each data
  3. make plots each number with using scatter chart

You cannot directly upload a CSV file inside the plugin. A possibility could be to upload the CSV file as data inside the Bubble database and use that uploaded data with ‘do a search for’ :slight_smile:

Hi Thimo,

Just wondering if you can help with a specific issue? Sorry I posted this in the general help area but no body seem to have the same issue as me.

I am using your plugin to plot some charts. My issue is to do with values that are the same in a list of numbers.

for example: [10,10,12].
Your plugin expects a list of numbers however Bubbles remove numbers in a list that is the same. So the list above will print as [10,12] so your plugin will plot an incorrect chart.

Do you have a solution for this?

correction. This only happens when I plus an item to the list.