Files
2025-11-30 08:55:33 +08:00

22 lines
662 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Smart Grouping for Charts (2025.23)
Source: `help-portal-fa8a42c6f906486897653e2f5e3708e3.md` (Apply Smart Grouping to Charts).
## Scope
- Bubble and scatterplot charts for correlation analysis.
## Prerequisite
- Enable smart grouping in the charts Builder panel before scripting.
## APIs
- Set number of groups (example):
```javascript
Chart_1.setSmartGroupingNumberOfGroups(5);
```
- Additional controls: enable/disable smart grouping, allow user-defined group labels, include/exclude tooltip measures.
## Implementation notes
- Designed for automated grouping of similar data points.
- Use Analytics Designer API Reference for full parameter list.