In our previous examples, we had seen how to build XML data in a string variable using concatenation and then provide it to the chart.
However, often you'll feel the need to load external XML data and then provide it to the chart. However, FusionWidgets chart doesn't directly accept path to the XML file. As such, you'll need to load the XML data in your code and then pass the XML object to the chart.
Here, we'll see an example. |