> For the complete documentation index, see [llms.txt](https://docs.wem.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wem.io/platform/wemtipsandtricks/widgets/advanced-charts/scatter-aggregate-bar-chart.md).

# Scatter-Aggregate-Bar Chart

Scatter Aggregate Bar Chart uses dots to represent values for two different numeric variables. The position of each dot on the horizontal and vertical axis indicates values for an individual data point. Scatter plots are used to observe relationships between variables. The aggregate bar, changes after a few moments and the values change to a bar, representing in a different visual way.

{% hint style="info" %}
You can find a more in depth explanation about the scatter aggregate bar on [this](<https://echarts.apache.org/examples/en/editor.html?c=scatter-aggregate-bar   >) page: [https://echarts.apache.org/examples/en/editor.html?c=scatter-aggregate-bar&#x20;](<https://echarts.apache.org/examples/en/editor.html?c=scatter-aggregate-bar &#xD;&#xA;&#x20;&#xD;&#xA;>)
{% endhint %}

![Scatter Aggregate Bar Chart](/files/hlpcSwxlBRzlTDh4L03u)

**Properties of Scatter Aggregate Bar Chart**

<table data-header-hidden><thead><tr><th></th><th width="150"></th><th width="150"></th><th></th></tr></thead><tbody><tr><td><strong>Property Name</strong></td><td><strong>Data type</strong></td><td><strong>Type</strong></td><td>Description</td></tr><tr><td>Data source</td><td>List</td><td>Data Model</td><td>Data list source for the widget.</td></tr><tr><td>X axis value</td><td>Number</td><td>Expression</td><td>Values for the x axis.</td></tr><tr><td>Y axis value</td><td>Number</td><td>Expression</td><td>Values for the y axis.</td></tr><tr><td>Series</td><td>Text</td><td>Expression</td><td>This field is used to create different series from the same data source.</td></tr><tr><td>Series color</td><td>Text</td><td>Expression</td><td>Colors for the series.</td></tr><tr><td>Show value</td><td>Boolean</td><td>Expression</td><td>Determines if the value is shown on the tooltip label.</td></tr><tr><td>Y value prefix</td><td>Text</td><td>Expression</td><td>Display a prefix for Y values on tooltip.</td></tr><tr><td>Y value postfix</td><td>Text</td><td>Expression</td><td>Display a postfix for Y values on tooltip.</td></tr><tr><td>X value prefix</td><td>Text</td><td>Expression</td><td>Display a prefix for X values on tooltip.</td></tr><tr><td>Y value prefix</td><td>Text</td><td>Expression</td><td>Display a prefix for Y values on tooltip.</td></tr><tr><td>Value separator</td><td>Text</td><td>Expression</td><td>Value separator for the X and Y value in the scatter chart tooltip. (Default is a comma)</td></tr><tr><td>Average to X</td><td>Boolean</td><td>Expression</td><td>By default, the bar chart uses the average of Y values, this setting changes it to use the average of X values.</td></tr><tr><td>Transition animation duration</td><td>Number</td><td>Expression</td><td><p>This is the time interval that dictates how long the animation lasts.</p><p>Time is set on milliseconds (1 second = 1000 milliseconds)</p></td></tr><tr><td>Interval duration</td><td>Number</td><td>Expression</td><td><p>This is the time interval in which charts alternate.</p><p>Time is set on milliseconds (1 second = 1000 milliseconds)</p></td></tr><tr><td>Height</td><td>Number</td><td>Expression</td><td>Sets the height of the element, accepts all the css height values.</td></tr><tr><td>Width</td><td>Number</td><td>Expression</td><td>Sets the width of the element, accepts all the css width values.</td></tr><tr><td>Label decimals</td><td>Number</td><td>Expression</td><td>Number of decimals for all label numbers.</td></tr><tr><td>Scatter chart symbols</td><td>Text</td><td>Dropdown</td><td>Different options for the symbols that are used to show the datapoints in the scatter chart. (Cirle, rect, roundrect, triangle, diamond, pin).</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.wem.io/platform/wemtipsandtricks/widgets/advanced-charts/scatter-aggregate-bar-chart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
