Example of Selection in Javascript 3D Circular Control

/
/
Selection

This sample displays the browser market share using a 3D pie chart with selection and highlight behavior.

More Details...

Description

In this sample, you can select and highlight any point in the chart by clicking on or touching it. Additionally, you have the option to select and highlight a point during the initial loading of the chart using the selectedDataIndexes option. Tooltip is enabled in this example. To see the tooltip in action, hover over a point or tap on a point on touch-enabled devices. Injecting Module 3D circular chart component features are segregated into individual feature-wise modules. To use selection, you need to inject the CircularChartSelection3D module using CircularChart3D.Inject(CircularChartSelection3D) method.