@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
27 lines (26 loc) • 523 B
TypeScript
export declare function getBarConfiguration(): {
chart: {
type: string;
};
plotOptions: {
bar: {
maxPointWidth: number;
dataLabels: {
enabled: boolean;
padding: number;
};
};
series: {
states: {
hover: {
enabled: boolean;
};
};
};
};
yAxis: {
stackLabels: {
enabled: boolean;
};
}[];
};