Documentation last updated: January 19, 2026
Plugin last updated: January 19, 2026
Demo page
Overview
Advanced Charts is a high-performance visualization suite powered by the amCharts 5 engine. This plugin is designed for developers who need more than standard charts, offering three distinct elements that handle complex data storytelling:
- Dynamic XY plotting with dumbbell variance logic.
- Individual bar coloring with automated statistical guidelines.
- Clustered comparisons with high-density data scrolling.
All elements feature a built-in, glassmorphism-style interactive toolbar that allows end-users to toggle grids and labels at runtime without refreshing the page.
How to use
Use this section to describe how users can use your plugin
Element 1 (amcharts)
- Data Preparation
- To display data, this chart requires two main components:
- X-Axis Data: A comma-separated string of categories (e.g., Jan, Feb, Mar, Apr).
- Series Data (S1–S5): Comma-separated strings of numbers (e.g., 10, 25, 15, 30).
- Pro Tip: Use the :format as text operator on your list of Things in Bubble. Join the values with a comma (,) and ensure there are no trailing commas for the best results.
- Series Configuration