Public
Edited
Feb 17, 2023
Insert cell
Insert cell
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"



}`
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more