Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 342 Bytes

Visualizations.md

File metadata and controls

7 lines (6 loc) · 342 Bytes

Creating a Visualization

Broad strokes:

  • extend BaseVisualization
  • trigger this.filterIn for interactive filtering visualization (see Filters.md)
  • updated data delivered through state.filteredData; unmodified data delivered through state.baseData
  • export your class, and register in VisTypes.js if you want the selector to support it.