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