diff --git a/change/@fluentui-react-charting-2021-01-26-12-47-03-cherry-16556.json b/change/@fluentui-react-charting-2021-01-26-12-47-03-cherry-16556.json new file mode 100644 index 00000000000000..138e4d111a51d5 --- /dev/null +++ b/change/@fluentui-react-charting-2021-01-26-12-47-03-cherry-16556.json @@ -0,0 +1,8 @@ +{ + "type": "prerelease", + "comment": "Line chart: last circle callout issue fixed (#16556)", + "packageName": "@fluentui/react-charting", + "email": "jakubkonka@microsoft.com", + "dependentChangeType": "patch", + "date": "2021-01-26T11:47:02.987Z" +} diff --git a/packages/react-charting/src/components/LineChart/LineChart.base.tsx b/packages/react-charting/src/components/LineChart/LineChart.base.tsx index 7c7d00b3c1d570..17aa890cb147a2 100644 --- a/packages/react-charting/src/components/LineChart/LineChart.base.tsx +++ b/packages/react-charting/src/components/LineChart/LineChart.base.tsx @@ -375,6 +375,7 @@ export class LineChartBase extends React.Component