I just starting using WebDataRocks and can't seem to get the height to fill the window. The documentation says it will (https://www.webdatarocks.com/doc/init-api-call), "The height of the pivot table in pixels or percent (500 by default)".
The below code snippet won't even render.
var pivot = new WebDataRocks({
container: 'wdr-component',
height: 100%,
beforetoolbarcreated: customizeToolbar,
toolbar: true,
report: {
Any suggestions would be appreciated.