Hi Thimo, got a question on the Radar Charts. I have a couple of products with various categories scores. So when a user clicks on a product, I would like the category scores to be displayed as a radar chart. Any idea how to build that? Currently, the radar chart design seems to allow the display for only one product and the categories.
This is how the chart looks, it shows the balance on account on each day. When user adds new transaction, the chart does not re-render. Even if I add the step at the worklflow to re-render the chart, the arealine disappears and emerges like if it would re-render, but without the new data. This is how the worklflow look like.
Only when I refresh the page I see new transaction and new balance on the chart. Is this a way to fix this?
Also, I would like to make some visual changes to the chart, if it is possible. Maybe you know whether some of them could be done?
Set x-axis to the middle of the chart. Now, if the max balance is 1.000 and min balance is -10.000, the x-axis is on the top of the chart.
Make the labels of x-axis more beautiful. The chart automatically rotates them to 45 degrees and puts “…” instead of the year.
Even if i set “Tick amount x-axis” to 10 or even less so that there is enough place to write the whole date, the chart cuts it off. Is it possible to fix it?
I have tried to make the values above 0 of blue and under 0 of red through conditions, but it does not work as its possible to set only the color of whole dataset, not of particular datapoints based on their value. Could you implement this feature in the future?
Thanks !
It could be that Bubble doesn’t refresh this search. You can save your data to a custom state and use this state instead of the ‘do a search’ you have doe the charts. You can update this state accordingly when (in your case) a new transaction is created.
There is no support (yet) for an x-axis in the middle of the chart, if this gets supported I will add it to the plugin
Will look into this if I can improve this! You could hide the x-axis and make a custom one with for example Bubble elements to have an indicative x-axis that is fully custom. For example this one I made for a project of mine:
This feature is not yet supported by the plugin, but I will look into if I can add this in a future update for you!
Thanks, this was helpful! I would only like to add that “series 2 name” must be the same as “2nd Y-axis series name”. Then the second y-axis showed up for me!
Is there any way to compress the legend? See image below. There are a lot of options here and it makes the chart smaller. Can I potentially make the legend a carousel or something that the user could scroll through?
@Toby1 in this case I would recommend a legend on the right or left side. When a legend is placed on the right or left side it becomes scrollable when it overflows
Is it possible to have an option to reverse the direction of the radial chart?
right now it renders clockwise. It would be good to have the option to reverse the direction as a representation of a negative value.
Hi @Thimo - great plugin! I’m working on an area chart with multiple lines and have 2 questions:
Adjusting the Y-axis tick amount does doesn’t change the chart. I did see a previous post about this, but I experience this issue regardless if the y-axis min or y-axis max values are set. Is there any fix for this? The Y-axis tick amount does function properly on the single line chart, but I need multiple.
Is there any way to make data display differently in the axis and toolbar? For example, could you change y-axis to display 0 decimals and have the data display with 1 decimal in the toolbar?
Thanks in advance - I appreciate your help and work on this plugin!
I am trying to create a chart whith Apex Chart with date on x absis where the date distribution will be proportional with the elapsed time.
In my example the space between the first date and the 3 others should be much bigger than the space between the date 2 and 4.
But for now it’s distributed equally.
@evodev Yes, you should use a date grouping for this. I have included a link below that shows how that works (the demo page also has more grouping examples)
The Area chart multiple lines has multiple options to handle empty values:
@Thimo Would it be possible to have more than four series in the multiple bar and line charts? I would like to stack up to five series in a bar chart, but I’m having to use a different plugin. Thank you!
@benedict yes you can add unlimited more data series using workflows. You can for example do this using the ‘is loaded’ state of the plugin. I have a demo for you below:
@Thimo , anyone already report any plugin conflict, using ApexCharts?
I’m saying this because in my project, i’m temporally using a free radar chart plugin, just to have a design idea, but i subscribed your plugin to test, and the charts literally don’t show up.
@Pat For so far I know, I don’t have the ability to update my plugins for the new responsive engine. I think we should wait till Bubble updates their engine or is out of beta. I did saw a forum topic that they are working on it
However, current options like the min and max width should allow you to make the plugin fit your app right? I have a demo here: Chartpreview | Bubble Editor
@Newed Two separate plugins could conflict. Could you try uninstalling that radar chart to see if that makes a difference?