Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove right Y-axis labels
#1
Script to Remove the Right Y-axis label:
* Below is the script to remove the right Y-axis labels. 
* This should be written in on the dashboard Script.

sdk.setAfterRenderCallBack( 'timeline1',function() {
$(".rightyaxislabelgrp").css({"font-size":"0px"});
});
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)