cminer Report post Posted April 9, 2009 Where are the directions to read a angular widget from a mysql db? Share this post Link to post Share on other sites
Dhruva Report post Posted April 10, 2009 The widgets or charts can read data only in a specific XML format. To read data from a database, the data must be fetched using some other method, like, for example, a serverside language. Then this fetched data must be converted to the XML format readable by the widget, and this must be then fed to the widget. Share this post Link to post Share on other sites
cminer Report post Posted April 10, 2009 Do you have any examples of code using php to pull data from MySQL and rendering XML a widget can read? Much obliged! Share this post Link to post Share on other sites
Dhruva Report post Posted April 14, 2009 Hello again, Could you please go through the example available at the following link? http://www.fusioncharts.com/Downloads/Blueprint/FusionWidgets_PHP.zip I hope it'll help. Share this post Link to post Share on other sites