d3sm
v0.0.35
Published
An extension of d3
Downloads
8
Readme
About
See the GitLab Pages
d3sm is an extension of d3's core functionality with some aesthetically appealing function for bar, box-and-whisker, violin, and scatter plots.
Following the precedence set by d3, these closures are not "top-level". To clarify, one must still write their own function - e.g. ScatterPlot - which combines the desired functionality from the functions scatter, axis, zoom, etc.
Closure structure
For functions that render elements in the DOM (e.g. bar, boxwhisker, etc) they have the following structure:
<!-- container where objects of the function are placed -->
<g class="<namespace>-object-container">
...
</g>