ibm-js / dtreemap

TreeMap Custom Element

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support store with hierarchy (getChildren method)

cjolif opened this issue · comments

In addition to supporting flat stores on which we build ourselves the hierarchy support as well hierarchical stores with getChildren method.

Would require at least an implementation of such as store in Dojo for proper testing (there is none right now).