mishrasailesh Report post Posted September 5, 2017 Year To Quarter Drill Down working however Quarter to Month only working for last quarter not all quarters I have created a drill down chart using Fusion Chart(using a demo on its website), using PHP, MySQL, this is running well, Year to Quarter part is working well ever Quarter to Month part for last quarter is working well, rest all Quarters to Month part of the chart not working I used below link for help http://www.fusioncharts.com/dev/using-with-server-side-languages/tutorials/drill-down-charts-using-php-mysql.html Share this post Link to post Share on other sites
Prerana Report post Posted September 6, 2017 Hello, As per the discussion over chat, hope you are doing well with the code. If you find any difficulties, please let us know. Share this post Link to post Share on other sites
mishrasailesh Report post Posted September 6, 2017 Yes Prerana, Appreciate your time to discuss this, I managed to resolve the issue by using array_merge_recursive post quarterly data prepared loo; and removing the the if (Quarter == 'Q4') comparison part Great Fusion Charts Team !!! Darun Regards, Sailesh Share this post Link to post Share on other sites
Prerana Report post Posted September 7, 2017 Hello, Glad to know that it worked, happy FusionCharting Share this post Link to post Share on other sites
mishrasailesh Report post Posted September 7, 2017 Thank you I am in learning phase only Share this post Link to post Share on other sites