12-22-2022, 12:18 PM
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"});
});
* 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"});
});