Bubble Charts
Content Type: Widget
Categories: User Interface
Overview
Mendix implementation of Apex Bubble Charts
Documentation
Bubble Chart Widget Documentation
Description
The Bubble Chart is a powerful visualization widget for Mendix applications that enables the display of data across three dimensions: X, Y, and Z (bubble size). Based on the ApexCharts library, this widget allows you to create interactive and responsive bubble charts directly within Mendix Studio Pro.
This component is designed for both simple and complex data scenarios, supporting dynamic data sources, configurable styling, and action-based interactivity via click events on individual bubbles.
Features
Use the Bubble Chart widget when you want to:
- Display datasets that have three quantitative variables.
- Represent business metrics such as revenue (X), growth (Y), and market size (Z).
- Visualize performance metrics, project tracking, or survey analysis.
- Enable user interaction, e.g., to drill down into details on clicking a bubble.
Typical users include analysts, dashboard creators, and app developers who require a more nuanced and visual data presentation.
Installation
- Download from Mendix Marketplace
- Add one or more series
- Select the series attribute
- Set the x-axis, y-axis and size attributes
- Set the name of the series and the color
- When using an on click event add the values entity as parameter.
Usage
- Pluggable react widget, so future proof
- On click event
- Zoom and Pan
- Download as SVG, JPG and CSV
- Uses SVG for good scalability
- Supports structure mode and design mode
- Both persistable and non persistable entities
Releases
Version: 1.0.0
Framework Version: 9.6.1
Release Notes: First version