---
title: "How to Create a Bubble Chart in WordPress? "
url: https://nexterwp.com/docs/bubble-chart-in-wordpress/
date: 2024-12-09
modified: 2026-04-14
author: "Aditya Sharma"
description: "Do you want to create a bubble chart in WordPress? Bubble charts are a visually appealing and effective way to present data. They are commonly used in presentations, reports, and..."
image: https://nexterwp.com/wp-content/uploads/2024/12/How-to-Create-a-Bubble-Chart-in-WordPress_-1024x519.jpg
word_count: 427
---

# How to Create a Bubble Chart in WordPress? 

## Key Takeaways

- Nexter Blocks Advanced Chart block creates a bubble chart in WordPress by selecting Bubble from the Style section under the Chart tab.
- Dataset values use 3 pipe-separated numbers inside square brackets, such as [4|15|20], where 4 is the x-axis value, 5 is the y-axis value, and 20 is the size value.
- Multiple Background Colors and Multiple Border toggles let the chart set individual dot background and border colors with hex codes separated by a pipe sign (|).

Do you want to create a bubble chart in WordPress? Bubble charts are a visually appealing and effective way to present data. They are commonly used in presentations, reports, and dashboards to highlight relationships and trends among multiple variables.

With the Advanced Chart block from Nexter Blocks, you can easily create a bubble chart to show comparisons between multiple data on your WordPress website.

*To check the complete feature overview documentation of the Nexter Blocks Advanced Chart block, [click here](https://nexterwp.com/docs/add-a-chart-in-wordpress/).*

***Requirement  - This block is a part of the Nexter Blocks, make sure it's installed & activated to enjoy all its powers.***

[LIVE BLOCK LINK](https://nexterwp.com/nexter-blocks/blocks/wordpress-advanced-charts-and-graph/)

To do this, add the Advanced Chart block to the page and follow the steps - 

1. Select **Bubble** from the **Style** section under the **Chart** tab.

2. After that, in the **Label Values** field, you have to add chart labels separated by a pipe sign (**|**).

3. Then in the **Dataset** tab, you have to add the data for the chart. By default, you’ll find three repeater items open one item - 

In the **Label** field, you can add the dataset label.

Then in the **Data** field, you have to add 3 values separated by a pipe sign (**|**) inside square brackets. For example, [4|15|20], where 4 is the x-axis value, 5 is the y-axis value and 20 is the size value. You can add such multiple sets of values.

By enabling the **Multiple Background Colors** toggle, you can change the individual dataset dot background color. To do so, you have to add the color hex codes in the **Background Color** field, separated by a pipe sign (**|**). Make sure that the number of colors added matches the quantity of datasets in the **Data** field.

But if the **Multiple Background Colors** toggle is disabled, you can change all the dot background colors at once from the **Background Color** section.

Similarly, from the **Multiple Border **toggle, you can change the individual dataset dot border color. In the **Border Color** field, you have to add the color hex codes separated by a pipe sign (**|**).

But you can change all the dataset dot border colors at once from the **Border Color** field by disabling the **Multiple Border Colors** toggle.

Following this process, you can edit the other items.

Then you can click on the **+ Add Item** button to add more items.

You can customize the chart further from the **Style** tab. Here you’ll find the same options that are available for the Line chart.

Now you should have an interactive bubble chart.