UNPKG

@syncfusion/ej2-heatmap

Version:

Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors

16 lines (15 loc) 451 B
/** * Heatmap component exported items */ export * from './heatmap'; export * from './axis/axis'; export * from './axis/axis-helpers'; export * from './datasource/adaptor'; export * from './datasource/twodimensional'; export * from './legend/legend'; export * from './model/base'; export * from './series/series'; export * from './utils/colorMapping'; export * from './utils/tooltip'; export * from './utils/export'; export * from './utils/helper';