We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc12e4 commit 9d1c13fCopy full SHA for 9d1c13f
components/stockchart/labels-template-and-format.md
@@ -34,7 +34,7 @@ Standard number format strings and rotate the labels of the Category Axis
34
<StockChartCategoryAxes>
35
<StockChartCategoryAxis BaseUnit="@ChartCategoryAxisBaseUnit.Months">
36
<StockChartCategoryAxisLabels Format="{0:D}">
37
- <StockChartCategoryAxisLabelsRotation Angle="30"></StockChartCategoryAxisLabelsRotation>
+ <StockChartCategoryAxisLabelsRotation Angle="30"/>
38
</StockChartCategoryAxisLabels>
39
</StockChartCategoryAxis>
40
</StockChartCategoryAxes>
0 commit comments