Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Insert the following code in the "custom.css" of your application.

    Code Block
    languagecss
    //key figures
    .column1 .columnDivider {
        height:1px !important;
        overflow:hidden !important;
    }
    


  2. By using the "height" attribute in the copied CSS code you are able to adjust the bar width.

...