From 7ee6963c136f569a1da75b5a8adebc1fcf95eb2e Mon Sep 17 00:00:00 2001 From: Sowndharya1911 <102796134+Sowndharya1911@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:23:52 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b057718..6119bfb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ The tornado bar graph is an excellent tool for visualizing data in a way that al To render tornado chart, initialize the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html?tabs=tabid-1) and switch the chart X and Y axes by using the *IsTransposed* property as true. -image +![TornadoChart](https://github.com/SyncfusionExamples/Creating-a-Tornado-Chart-for-Comparison-of-Petrol-and-Diesel-Prices-in-the-UK/assets/102796134/154b42b1-757b-4bc1-a1a8-4f3f34bf91ef) + From c8d9a237226d76ca611c8fdd8f9f42d65203cfe8 Mon Sep 17 00:00:00 2001 From: Sowndharya1911 <102796134+Sowndharya1911@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:30:06 +0530 Subject: [PATCH 2/2] Update README.md Modified img --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6119bfb..b282ba6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ To render tornado chart, initialize the [SfCartesianChart](https://help.syncfusi ![TornadoChart](https://github.com/SyncfusionExamples/Creating-a-Tornado-Chart-for-Comparison-of-Petrol-and-Diesel-Prices-in-the-UK/assets/102796134/154b42b1-757b-4bc1-a1a8-4f3f34bf91ef) +If you'd like more information or a detailed guide, refer [Comparsion of petrol and diesel price using tornado chart blog](https://www.syncfusion.com/blogs/post/dotnet-maui-tornado-chart-prices.aspx). +