Contents
- Relational
- OLAP
Having trouble getting help?
Contact Support
Contact Support
Multi-level Labels
28 Sep 20171 minute to read
Multi-level labels allows you to drill down to access the detailed level of data or drill up to see the summarized data by using the expander present in the OlapChart. You can enable the option by setting the property enableMultiLevelLabels
as “true”.
$("#PivotChart1").ejPivotChart(
{
//..
//Enable Multi-level Labels
enableMultiLevelLabels: true,
//..
});