UNPKG

ontotext-reusable-ui-components

Version:

Unified reusable UI components designed for the Ontotext ecosystem.

9 lines (8 loc) 150 B
/** * Range facet histogram configuration */ export interface HistogramModel { scale?: number; baseYPos?: number; fillStyle?: string; }