@syncfusion/ej2-heatmap
Version:
Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors
30 lines (29 loc) • 866 B
TypeScript
import { IFontMapping, IThemeStyle } from './interface';
import { HeatMapTheme } from '../utils/enum';
/**
* Specifies HeatMaps Themes
*/
export declare namespace Theme {
/** @private */
const heatMapTitleFont: IFontMapping;
/** @private */
const titleFont: IFontMapping;
/** @private */
const axisTitleFont: IFontMapping;
/** @private */
const axisLabelFont: IFontMapping;
/** @private */
const legendLabelFont: IFontMapping;
/** @private */
const rectLabelFont: IFontMapping;
/** @private */
const tooltipFont: IFontMapping;
}
/**
* Functions to check whether target object implement specific interface.
*
* @param { HeatMapTheme } theme - specifies the value.
* @returns { IThemeStyle } returns the theme style
* @private
*/
export declare function getThemeColor(theme: HeatMapTheme): IThemeStyle;