We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ba736 commit 121afdcCopy full SHA for 121afdc
README.md
@@ -27,8 +27,8 @@ install();
27
<Page xmlns="http://schemas.nativescript.org/tns.xsd" xmlns:chart="@nativescript-community/ui-chart">
28
<ScrollView>
29
<StackLayout>
30
- <Label text="Radar Chart" fontSize="20"/>
31
- <chart:RadarChart id="radar-chart" backgroundColor="lightgray" width="300" height="350" loaded="onRadarChartLoaded"/>
+ <Label text="Line Chart" fontSize="20"/>
+ <chart:LineChart id="line-chart" backgroundColor="lightgray" width="300" height="350" loaded="onLineChartLoaded"/>
32
</StackLayout>
33
</ScrollView>
34
</Page>
0 commit comments