UNPKG

heatmap-cluster

Version:
15 lines (14 loc) 326 B
export default abstract class Settings { /** * Total width of the visualization (in pixels). */ width: number; /** * Total height of the visualization (in pixels) */ height: number; /** * Are tooltips enabled when hovering the visualization? */ enableTooltips: boolean; }