Charts for Bubble Mobile

Demo to preview the plugin:

Introduction

Charts Native is a lightweight and versatile charting plugin for Bubble applications. It allows you to easily create and customize various chart types including line, bar, and pie charts. With a simple JSON data structure, you can visualize your data with minimal setup. The plugin is designed to be responsive and works well in various screen sizes, making it perfect for both desktop and mobile applications.

Prerequisites

No external API accounts or services are required for this plugin. The plugin works natively within your Bubble application with no additional dependencies.
This plugin is designed specifically for the mobile version of the Bubble editor. To test the plugin on your mobile device, use the TestFlight app available at: https://testflight.apple.com/join/4fXUggud
⚠️
Please note that the testing app is currently available for iOS only.
Image without caption

How to setup

Setting up Charts for Bubble Mobile is straightforward as it does not require any external API keys or configurations:
  1. Install the Charts for Bubble Mobile plugin from the Bubble plugin marketplace.
  1. Add the desired chart element to your page from the Elements panel.
  1. Configure the chart properties in the Property Editor panel.
  1. Supply your data in JSON format and customize the appearance as needed.

Plugin Element Properties

The plugin contains different main visual elements that should be used on mobile pages.

Line Chart

Bar Chart

Pie Chart

Area Chart

Horizontal Bar Chart

Donut Chart

Stacked Area Chart

Stacked Bar Chart

⬇️
Below you will see a description of the old elements. They are no longer supported

Chart (Deprecated)

Stacked Chart (Deprecated)

Workflow example

Example 1: Creating a Basic Line Chart

Example 2: Dynamic Data Visualization

Image without caption

Changelogs