> 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/effect-scatter-chart.md).

# Effect Scatter Chart

The Effect Scatter Chart is a chart that shows the relationship between two variables. They are an incredibly powerful chart type, allowing viewers to immediately understand a relationship or trend, which would be impossible to see in almost any other form. the effect intensify the point that the user want to difference along all others.

{% hint style="info" %}
You can find a more in depth explanation about the Effect Scatter on [this ](<https://echarts.apache.org/examples/en/editor.html?c=scatter-effect >)page:

&#x20;[https://echarts.apache.org/examples/en/editor.html?c=scatter-effect](<https://echarts.apache.org/examples/en/editor.html?c=scatter-effect >)
{% endhint %}

![Image 1: The effect scatter chart](/files/stAP3SwJWxLlbVY09XCC)

**Properties of Effect Scatter Chart**

<table data-header-hidden><thead><tr><th></th><th width="158"></th><th width="160"></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><strong>Description</strong></td></tr><tr><td>Data Source</td><td>List</td><td>Data Model</td><td>Datalist source for the widget.</td></tr><tr><td>X axis</td><td>Number</td><td>Expression</td><td><p>Values displayed on x-axis.</p><p>These are expected to be numeric values.</p></td></tr><tr><td>Y axis</td><td>Number</td><td>Expression</td><td><p>Values displayed on y-axis.</p><p>These are expected to be numeric values.</p></td></tr><tr><td>Effect point</td><td>Boolean</td><td>Expression</td><td>Boolean that determines if a given point is has an effect.</td></tr><tr><td>SelectedValueOutputID</td><td>Text</td><td> </td><td>To select the specific value of the scatter chart, to put the differentiator effect in the point.</td></tr><tr><td>Show Xaxis Scale</td><td>Boolean</td><td>Expression</td><td>Show de scale of the x axis.</td></tr><tr><td>Show Yaxis Scale</td><td>Boolean</td><td>Expression</td><td>Show de scale of the y axis.</td></tr><tr><td>Scatter points color</td><td>Text</td><td>Expression</td><td>Defines the color of the scatter chart points.</td></tr><tr><td>Effect Points Color</td><td>Text</td><td>Expression</td><td>Defines the color of the effect points.</td></tr><tr><td>Scatter Chart Symbols</td><td>Text</td><td>Dropdown</td><td>To change the style of the scatter symbol. (Cirlce, rect, roundrect, triangle, diamond, pin, arrow).</td></tr><tr><td>Effect symbol size</td><td>Number</td><td>Expression</td><td>to change the size of the effect symbol</td></tr><tr><td>Scatter symbol size</td><td>Number</td><td>Expression</td><td>to change the size of the symbol.</td></tr><tr><td>Height</td><td>Text</td><td>Expression</td><td><p>Set height of the chart.</p><p>Type number.</p></td></tr><tr><td>Width</td><td>Text</td><td>Expression</td><td><p>Set width of the chart.</p><p>Type number.</p></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/effect-scatter-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.
