packages/charts/react-charts/stories/src/AreaChart/AreaChartBestPractices.md
Padding on the left and right of the chart is determined by the x-axis labels - it should start and end at or close to the first and last tick mark. The minimum padding is 8px.
Currently we support stacked area charts only.
The area chart is a highly performant visual. It uses a path-based rendering mechanism to render the area component. On hovering, the nearest x datapoint is identified and the corresponding point is hovered.
onRenderCalloutPerDataPoint and onRenderCalloutPerStack using which custom content for the callout can be defined.xAxisCalloutAccessibilityData and callOutAccessibilityData to configure x axis and y axis accessibility messages, respectively.The chart axes support 2 ways of localization.
dateLocalizeOptions for date axis to define target localization. Refer the Javascript localization guide for usage.timeFormatLocale prop. Refer to the Custom Locale Date Axis example in line chart for sample usage.For instructions on how to create date objects to be passed as data points in the chart, see Creating Date Objects For Chart Data | FluentUI Charting Contrib Docsite