Skip to content

Showing FOAM class creating break up in sunburst graph. (d3.js)

Notifications You must be signed in to change notification settings

uwyang/SunburstFOAMClassViewer

Repository files navigation

SunBurst FOAM Class Viewer

-- a nice way to visualize howmany classes there are, their inheritance, etc.

Introduction:

This is only possible by the virtues of foam. foam.debug.showCreates() (OR: foam.used) shows a list of classes that has being generated so far. (object of interest).model_.extends (and other attributes) shows inheritance and other important information.

original

The data is gotten from the FOAM sweeper demo, understandably, most of the elements (visual elements) are sweeper cells. zoomin sweeper

UI (TODO)

  1. in radial view, allow the option of ignoring count. (same size slices regardless of class object count)
  2. switch between partition view and radial tidy tree
  3. in radio tidy tree, use color to indicate usage.
  4. let user decide color -> class number.
  5. mouseover shows class number

Technologies used:

FOAM and d3.js. examples: http://bl.ocks.org/metmajer/5480307 https://bl.ocks.org/mbostock/4063550

About

Showing FOAM class creating break up in sunburst graph. (d3.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published