📈 [New Plugin] Mobile Charts

Currency Symbols and Thousand Separators - Jun-25 update
Released a new version of the Mobile Charts plugin yesterday. In the new version you can:

  • Add symbols (like $, € or £) before y-axis labels and tooltip values
  • Use thousands separators in series values so you get 35,000 instead of 35000

See below for an example:

MobileChartsDemo

You can add a symbol before each value by using the ‘Y Unit Before’ field that comes with all chart types:

And you can add thousands separators by using the ‘Thousands Separator’ field that comes with all chart types:

As a reminder, the Mobile Charts plugin currently supports the following chart types:

  • Line chart
  • Area chart
  • Stacked area chart
  • Bar chart
  • Horizontal bar chart
  • Stacked bar chart
  • Pie chart
  • Donut chart

Any questions just let me know :slight_smile:

Alex

Are you planning to add a candlestick chart, widely used by financial apps?
Nice charts so far…

Hi @as3alan, thanks for using Mobile Charts and for the kind words!

I would definitely like to add a candlestick chart to the plugin, but I can’t give any timelines on when I’ll be able to do this. I have some plugin work that’s higher priority right now.

Thanks for the suggestion and will let you know if I do end up adding candlestick charts :slight_smile:

Thanks for the reply!
In a week or two I’m gonna be in a step of development that I’m gonna use charts (not only candlestick - it doesn’t exist yet :neutral_face:), but your line chart, donut and stacked bars are at the top list for my needs. Hopefully you’re gonna add candlestick so my app will be your most engaged client.

Sounds good @as3alan! Let me know how you get on with it :slight_smile:

Group data by dates - Jun-25 update
I’ve just pushed an update to Mobile Charts that makes fixes a bug with grouping data by dates. Also thought it was a good excuse to put together a quick demo on how to use the group by: operator with the plugin.

Let’s say you have two entries in your database for sales in January

And you want to show the sum of these values as one bar in your chart like this:

You can use Bubble’s group by: operator to do this. For the X-Axis Values field set it up as below:

And for the Y-Axis values use the following setup:

I’ve put together an example of this setup in this page of the demo app (editor link is here).

Any questions just let me know :slight_smile:

Set the number of decimal places on Y-Values - August-25 update

Just released a small update for the Mobile Charts plugin - you can now set the number of decimal places for Y-values.

Any questions let me know!

Alex