dot`digraph g {
mark[fillr ="#ffeeaa" color="#8383cc"]
{channel,dimensions,facet,legends,mark,scales,style}->plot
"scales/index.js"->{scales}
"marks/axis.js"->plot
"marks/frame.js"->plot
"scales/index.js"->{channel}
//options->channel
"transforms/group"->channel
//options->facet
scales->facet
context->legends
"legends/ramp"->legends
"legends/swatches"->legends
//options->legends
scales ->legends
projection->dimensions
scales->dimensions
style->dimensions
{channel,scales}->projection
{channel,defined,facet,projection,style,"transforms/basic"}->mark
// {axes,context,scales,quantitative,style}->"legends/ramp"
// {axes,context,scales,style}->"legends/swatchers"
// //marks..
// {defined,"scales/schemes",index,quantitative}->"scales/divergion"
// {defined,symbols,index,"scales/schemes"}->"scales/ordinal"
// {defined,"scales/schemes",index}->"scales/quantitatives"
// {quantitative}->"scales/temporal"
}`