cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding data labels of lines in a combination chart using css script in SAP Lumira Designer 2.0

0 Kudos

Hello Experts,

  • I have one combination chart in which there are two charts ( column chart and line chart). Here my requirement is to hide the data labels of all the columns and lines except (one line - shown in dark black colour in the screenshot given below). Please find the below screenshot.
    • After taking the following example of one column bar after pressing F12 in IE, I tried to hide data label of one month i.e 004.2017 having value of 77.3% by using css script.

    • I implemented the following css script at dashboard application level for one (datapoint-id) -as shown above but it is not working.

      .Chart1

      g.v-datalabel g.v-morphable-label g.v-datalabel-group.v-datapoint:data-datapoint-id="2968" text

      {

      visibility:hidden!important;

      }

      It will be a great help for me if somebody can suggest what correction need to done in the CSS script.

      Regards

      RG

    Accepted Solutions (0)

    Answers (0)