Forums

Full Version: Remove right Y-axis labels
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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"});
});