You are viewing limited content. For full access, please sign in.

Question

Question

Obscured axis label on process reports

asked on October 3, 2018

Hi,

Is there an supported way to add javascript to a process to change the behaviour of the process reports?  I have a report (see screenshot) where the y-axis labels get truncated as they are too long and i'd prefer not to shorten the names.

 

I have some jquery that restores the labels to their full length and resolves the issue:

$(".report-chart-axis-tick-text").each(function() { $(this).text($(this).attr("data-original-str")) });

but not sure where to place this and include it to aloow it to run for that specific process.

Or perhaps there is a setting somewhere I have missed to achieve this in a different way ?

thanks,

Ian

 

reports.png
reports.png (140.06 KB)
0 0

Answer

SELECTED ANSWER
replied on October 11, 2018

Hi Ian,

 

Unfortunately, we don't support using customized JQuery to modified the y-axis labels in our reporting tool. We will add the user case into our backlog. Thank you for bring this issue up.

 

Best,

 

Fangzhou  

0 0

Replies

replied on October 11, 2018

Thanks Fangzhou

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.