@alesya.m I will put it on my list, but you can also use the Area Chart Multiple Series as those 2 charts are very similar. The Multiple Series Area Chart also accepts just 1 series and that one actually offers more features
Hi! Recently I have been getting an error on my char AreaChart(MultipleSeries)
when I do the grouping by month, it doesn’t show me the dates I need, but instead I see 1,2,3,4 and so on. Although the grouping by month works well and there is no error in the debugger
Is it a temporary bug?
This seems like a Bubble issue. Could it be that your expression is causing issues? As the plugin only receives the response of your expressions, we rely on Bubble for the processing. If you place the expression in a text field for example, do you see the expected data that way?
The text field also is empty and I see an error
Something wont wrong with grouping by day, with month all right
Yes exactly, please review your grouping expression. As this is a Bubble issue, I am not sure if I can be a good help, but it might be worth reaching out to Bubble support and ask why your expression is not working
Hi @Thimo!
My charts are invisible on some pages.
I’ve checked everything I could including data source, number of data vs labels, and element visibility. The debug mode says that my chart is loaded.
I created a Reusable Element with the Charts (only using sources “Do a Search for” and nothing related to the page) and it only shows on some pages
Note: the pages that aren’t loading the charts are much heavier than the pages that are loading.
What could be the problem?
Hello, how do I change the total value of radial chart.
Use case is, i have a job board, each job title will have targets. e.g. how many people we need to hire for this specific job opening. I’ve added the count for all the candidates, I just need to change the total value. e.g. image attached, I have 10 as my number of hire, how can I change the gray area where it does not have to be 100 all the time.
Hi @Thimo ,
I updated the plugin and now the bar sizes do not adapt if there is more than one series and they overlap one on top of the other. What could be happening?
I attach an example image.
@dev78 The radial chart is by definition a percentage value. So it will only display percentage value 0-100%. At this time it is not supported to have non-percentage values displayed using this chart. You can easily convert your data to percentages using the option below, or if you are using a single value you can make a division ((x/total) *100). Hopefully this helps!
@wains Are you sure this is because you updated the plugin? To me it looks like your data series are not the same length. Please make sure your data series always have the same number of data points otherwise they will not match up. Let me know if this helps, otherwise I will send you a PM so I can take a closer look at the issue
Hi @Thimo ,
I not change anything from my side and all the series has 12 data points. Maybe is another problem…
Send me a PM
Hi @Thimo
Quick one: Instead of showing the values on a horizontal bar chart (as below), how do I show the percentage and have a tooltip that shows the values?
Hi @Thimo !
I am faced with some incomprehensible and unpleasant problem. My Area Chart(Multiple Series) chart has stopped updating automatically, but they “don’t refresh” checkmark is not. The graph loads well only after the first load of page, and in some cases the Re-render action helps, but I haven’t used it before and the graph was updated well by itself. What could be my problem?
ps I have more and more records in the database that the graph displays, but I don’t believe that this could be a problem, since when the page loads, the graph loads quite quickly and displays all the necessary numbers.
After adding something new, the graph either remains unchanged, or for some reason disappears, and I have to reload the page
Thanks!
@alesya.m Could you please copy and paste the expression you use in the charts in a text element? That way we can see if the actual data updates. If that does not happen in the text field, it will also not happen in the chart which indicates an issuer with Bubble.
Let me known your findings!
The tooltip will always show the values from your data expression. Right now, the data labels will show the same values as the tooltip.
What you also can do is calculate the percentages yourself and use ‘%’ as a suffix. Hopefully this helps!
@Thimo Hello, please see attached screenshot. I’m trying to set Y axis minimum to 0 but it seems to always default to 1 on the chart.
Thx
-rui
Does this support multiple series in bar charts? For example, 4 or 5 series stacked on top of each other in a bar. For example
Yes you can add multiple series inside the plugin properties directly, or append unlimited ore data series using workflows!
Please take a look at the demo page for a showcase (editor is public): Fully customizable charts (ApexCharts.js)