Apply Smart Grouping to Charts in Analytic Applications

Smart grouping is available for both bubble and scatterplot charts for correlation analysis. You can use related APIs to trigger grouping of data points in charts in analytic applications based on similar properties.

After enabling smart grouping for a chart Chart_1 in its Builder panel, you can leverage the following API to let application users choose the number of groups:

Sample Code
Chart_1.getSmartGrouping().setNumberOfGroups();

You can also allow users to choose group label, whether to enable smart grouping and whether to include tooltip measures via APIs. For more detailed information, refer to Analytics Designer API Reference.