@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.
8 lines (7 loc) • 312 B
TypeScript
import { ChartTheme } from '../../common/utils/enum';
import { IBulletStyle } from '../model/bullet-interface';
/** @private
* @param {ChartTheme} theme Passed theme parameter.
* @returns {IBulletStyle} It returns bullet style.
*/
export declare function getBulletThemeColor(theme: ChartTheme): IBulletStyle;