Skip to content

Commit

Permalink
fix: RadarChart to LineChart renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchABus authored Sep 29, 2020
1 parent 62ba736 commit 121afdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ install();
<Page xmlns="http://schemas.nativescript.org/tns.xsd" xmlns:chart="@nativescript-community/ui-chart">
<ScrollView>
<StackLayout>
<Label text="Radar Chart" fontSize="20"/>
<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"/>
</StackLayout>
</ScrollView>
</Page>
Expand Down

0 comments on commit 121afdc

Please sign in to comment.