javascript - kendo ui treemap: no capacity for zoom/drill-down? -
does kendo ui treemap widget have capacity zooming , drill-down way d3 treemaps can?
a static kendo ui treemap:
zoom-able d3 treemaps:
i don't believe kendo treemap widget out of box. not expose event handling tile clicks. in theory build functionality yourself. you'd have use template
property create custom tile markup, make tiles clickable. use dataitem
method, or own logic, reference selected data. apply filter treemap's datasource, drills data down. , you'll have rebind the treemap. of not snazzy zoom-in animation d3 shows when click.
Comments
Post a Comment