Closed marcin-mazurek closed 8 years ago
Just a nitpick. The tree structure declared above is:
var tree = new Baobab({ palette: { name: 'fancy', colors: ['blue', 'yellow', 'green'], currentColor: 1, items: [{id: 'one', value: 'Hey'}, {id: 'two', value: 'Ho'}] } });
Thanks @marcin-mazurek!
Just a nitpick. The tree structure declared above is: