@syncfusion/ej2-charts
Version:
Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.
15 lines (14 loc) • 523 B
TypeScript
import { ISmithchartThemeStyle } from '../model/interface';
import { SmithchartTheme } from '../utils/enum';
/**
* @param {SmithchartTheme} theme theme of the smith chart
* @private
* @returns {string[]} series colors
*/
export declare function getSeriesColor(theme: SmithchartTheme): string[];
/**
* @param {SmithchartTheme} theme smithchart theme
* @private
* @returns {ISmithchartThemeStyle} theme style of the smith chart
*/
export declare function getThemeColor(theme: SmithchartTheme): ISmithchartThemeStyle;