Skip to content

Commit 3f54932

Browse files
Merge pull request #2 from SyncfusionExamples/MAUI-847811-Create-Range-Column-chart-blog-sample
MAUI-847811-Create-Range-Column-chart-blog-sample
2 parents e0476b7 + b11a8df commit 3f54932

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ We can customize the chart series by applying the desired series color, and enab
2323
#### Chart Legend Customization
2424
The legend provides information about the data point displayed in the chart.
2525

26+
For a detailed explanation, refer to the blog [Creating a Range Column Chart to Compare Average Temperatures in Rome](https://www.syncfusion.com/blogs/post/dotnet-maui-range-column-chart-compare-temperature-variations.aspx)
27+

RangeColumnChartDemo/RangeColumnChartDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<ItemGroup>
6767
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
68-
<PackageReference Include="Syncfusion.Maui.Charts" Version="23.1.36" />
68+
<PackageReference Include="Syncfusion.Maui.Charts" Version="*" />
6969
</ItemGroup>
7070

7171
</Project>

0 commit comments

Comments
 (0)