UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

37 lines (36 loc) 780 B
export declare function getBulletConfiguration(): { chart: { type: string; }; plotOptions: { bar: { maxPointWidth: number; dataLabels: { enabled: boolean; }; }; bullet: { maxPointWidth: number; tooltip: { followPointer: boolean; }; targetOptions: { borderWidth: number; }; }; series: { states: { hover: { enabled: boolean; }; }; grouping: boolean; borderWidth: number; }; }; yAxis: { stackLabels: { enabled: boolean; }; }[]; };