[@fluentui/react-charting library] - Grouped Vertical Bar Chart- Labels over the top of bars #25753
-
Hi team, sample code : import * as React from 'react'; interface IGroupedBarChartState { export class GroupedVerticalBarChartCustomAccessibilityExample extends React.Component<{}, IGroupedBarChartState> { public render(): JSX.Element { {this._basicExample()} ;} private _onWidthChange = (e: React.ChangeEvent) => { private _onChange = (ev: React.FormEvent, option: IChoiceGroupOption): void => { private _basicExample(): JSX.Element {
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@Ramakanthkoiguraazure The capability of labels over bars has been added in the charting library. Do upgrade to the latest version of @fluentui/react-charting package. |
Beta Was this translation helpful? Give feedback.
@Ramakanthkoiguraazure The capability of labels over bars has been added in the charting library. Do upgrade to the latest version of @fluentui/react-charting package.