On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
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%");…