MultiLevelLabels in EJ 1 Angular PivotChart
28 Sep 2017 / 1 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,
//..
});
Relational
OLAP
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page