Skip to content

schirkova/viewer-bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

in this example the json j3m object is inlined in index.htm as "var _jsonData", this reference will need to be replaced with the real object

all the tree needs to work is:

  • a div with the id of 'chart', in which the chart will be drawn
  • the j3m (or any other json object) to be converted into the format the tree expcts via: var jsonData = {"d3DisplayName" : "j3m : ", "children" :convertToTree(_jsonData)};
  • a call to initTree(jsonData);

About

a subset of j3m viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published