Multi-level labels

13 Feb 20191 minute to read

Multi-level labels allow 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 OLAP chart. You can enable this option by setting the enableMultiLevelLabels property to “true”.

  • JAVASCRIPT
  • $("#PivotChart1").ejPivotChart(
        {
            //..
            //Enable Multi-level Labels
            enableMultiLevelLabels: true,
            //..
        });

    Relational

    Multi-level labels in JavaScript pivot chart with relational mode

    OLAP

    Multi-level labels in JavaScript pivot chart OLAP mode