diff --git a/README.md b/README.md index b057718..b282ba6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ 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) + + +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).