I was longing for the ability to fix the max and min of the Y axis in a chart.
I’m trying to migrate my charts built with Bubble’s Line/Bar Chart, but I’m having difficulties to perform math operations with data that requires grouping.
That’s what I used to have with Bubble’s plugin:
How would I go about this with your plugin? So far I can only build the first part:
Hi @Lucien, thanks for the feedback and happy to hear that the Y max/min is helpful to you!
There currently isn’t a way to do more complex math operations within the plugin right now (although I’m looking into it). In the meantime, here are a couple of ideas on how you can achieve getting the sum of the group divided by the sum of a different field of that same group:
1. Manually create each Y-series value and separate by comma: You can refer to each of the grouped values separately within the “Series 1 - Y-Values” input do the calculations there and separate each number value with a comma. Not sure if this will work for your implementation since this is a pretty manual approach but see the screenshot below for an example:
2. Use theRepeatingGroup Tools Plugin: I actually haven’t used this plugin yet but it looks like you might be able to make those same calculations within a RepeatingGroup and dynamically refer to that the list of values within that RepeatingGroup – which you can refer to in the Simple Charts plugin.
You’re right, solution 2 may have worked, but your latest update of the plugin which now enables these complex calculations via the additional element “Complex List Calculations” is perfect for my case!
Just bought your plugin as it looks very nice!
I did try to contact you by email but the link to you site is resulting in a 404…
So I try to put my question here:
I have a database contains prices (like for ex 1.99, 2.09, 3.25…)
When I do a search for “all prices” the return of the database is "1,99, 2,09, 3,25…)
As your chart needs a point this will not work.
can you please help me with that?
Ofcourse I do also accept advice of other Bubblers
Another update for the Simple Charts plugin. You can now display the data labels for each series’ values directly on the chart by turning on a field called “Show Data Labels?”
This should be helpful in cases where you don’t expect a user to hover over each chart values to see the tooltip.
Hi Alex
I recently subscribed to your plugin and noticed that when i load the chart element onto my page, the pre-loaded data doesn’t chart the first set of data in series 1.
It looks like the “Y Axis - min value” vield might be empty. If you leave it empty, it will start at the lowest Y value. However, if you’d like the Y Axis to start at zero, you can enter 0 for that value. Here’s a screenshot of that setting set to zero as as the output graph:
Hey @jimmytu0 – glad to hear the fix worked out! I can look into future versions of the graph where the legend can be in different areas. Keep you posted!
Hi all – I just pushed an update for the Simple Charts plugin – users can now add an Area Chart (in addition to Bar, Line, Donut, and Pie charts). You’ll see it as another option in the “Chart Type” input on the Element Editor (below):
Here’s an example of what the Area Chart looks like in Run Mode:
Enjoy and don’t hesitate to reach out with feedback!
hey @jimmytu0 – I’ve just pushed an update where you can specify the location of the chart’s legend (top, bottom, left, right, or don’t show). Take a look and feel free to provide feedback. You can view the updated demo here.
Here’s an example of setting the legend to be on the left side of a line chart: