sensemaking-viz-components
v1.0.33
Published
Interactive visualization components for sensemaking data
Readme
sensemaking-viz
npm run storybookCSS theming
.sm-template-container {
--sm-font-family: "Google Sans Text", Arial, sans-serif;
--sm-title-font-size: 18px;
--sm-title-font-weight: 600;
--sm-title-color: #333;
--sm-subtitle-color: #666;
--sm-font-size: 14px;
--sm-label-font-size: 12px;
--sm-label-font-weight: 500;
--sm-label-color: #333;
--sm-value-font-size: 11px;
--sm-value-font-weight: 400;
--sm-value-color: #666;
--sm-color-primary: #0B57D0;
}styleVariables.jscontains preset valueschartStyle.jscontains css for chart templates (attached to shadow dom)globalStyle.jscontains css applied to html (for tooltip)
