diff --git a/Output.gif b/Output.gif deleted file mode 100644 index 0703397..0000000 Binary files a/Output.gif and /dev/null differ diff --git a/README.md b/README.md index 6d26ef3..c7ef6f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# How-to-use-the-drill-down-functionality-in-UWP-Charts +# How to use the drill-down functionality in UWP Charts? The drill-down is a capability that takes the user from a more general view of the data to a more specific one at the click of a mouse. It also gives the user the ability to see data and information in more detail with different styles. @@ -90,8 +90,7 @@ public sealed partial class SecondPage : Page } ``` ## Output - -![](Output.gif) +![Output gif demonstrating the drill down functionality](https://github.com/user-attachments/assets/51f36139-35c1-4175-8784-63ca87d2292b) ## See also @@ -103,3 +102,11 @@ public sealed partial class SecondPage : Page [How to bind the JSON data in UWP Chart](https://www.syncfusion.com/kb/11628/how-to-bind-the-json-data-in-uwp-chart) +## Troubleshooting + +### Path Too Long Exception + +If you are facing a "Path too long" exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project. + +Refer to the Knowledge Base article [How to achieve drill-down functionality in UWP Charts?](https://support.syncfusion.com/kb/article/5938/how-to-achieve-drill-down-functionality-in-uwp-charts). +