Skip to content

Files

27 lines (18 loc) · 859 Bytes

cdv.md

File metadata and controls

27 lines (18 loc) · 859 Bytes

cdv

Root directory of the cdv library


Module Description
elem Definition of renderable elements and associated functionality
core Core components of the cdv library
fig
fnt Properties and enumerations related to the rendering of fonts
scl Definition of cdv scales

cdv is split into the four main modules listed here (fnt just contains some font related properties and cannot be considered one of the main modules). Generally, all four modules will be required to create a data visualization using cdv. Things like units and colors which reside in the core module can be found directly in the cdv namespace, whereas elements, scales and figure generation code are in the elem, scl and fig namespaces respectively.