Comments
-
I have not done this with a chart but you can do it with a table like this: In the beforeFactory add script like this (make sure to name your table). table = reportContext.getReportRunnable().designHandle.getDesignHandle().findElement("table1"); ch = table.getColumns().get(0); ch.setProperty("width", "10%");…