Is there any way of making the div which displays the data much higher?
I want to be able to print a tall page of horizontal barchart. Or implementing the print function?
I can override it manually by using the developer toolbar to untick the style
PHP Code:
.sf-report-run .sf-tabcontent {
height: 470px; < untick this
overflow: auto;
padding: 0;
}
in apsona.1103152126.min.css but the option of a tall display would be nice too :)
Apart from that, all good, and I can even workaround that one so no rush.
Bookmarks