I have TreeMap on my page as directive:
<div kendo-treemap="kTree" k-options="widget.options" k-rebind="widget.options" style="height:{{widget.options.height-30}}px;"></div>
Sometimes i should change size of widget. ​But when i change height and width and call
.scope().kTree.resize()
it's nothing happens. Does it ridht way? How i can dynamicly change size of TreeMap?
Thanks.