MartinN Report post Posted May 3, 2012 I've got a chart with buttons above it that changes the dataurl of the chart (to show by day/month/year). function updateChart(daterange,chartid){ var strURL = "components/project_overview/data.php?daterange=" + daterange + "&chart=" + chartid; strURL = strURL + "&currTime=" + getTimeForURL(); strURL = escape(strURL); var chartObj = getChartFromId("progressChart"); chartObj.setDataURL(strURL); } This works, but when viewed by an ipad (HTML5 charts) it doesn;t do anything. Is it possible to change html5 charts data? Share this post Link to post Share on other sites
Guest Bindhu Report post Posted May 4, 2012 Hi, Can you please share a sample demo project to test from our end ? Share this post Link to post Share on other sites
yanxianggt Report post Posted May 7, 2012 So many problems in Ipad Share this post Link to post Share on other sites
Guest Bindhu Report post Posted May 7, 2012 Hi, Can you please list them here? Also, please provide us with suitable demo projects to replicate them. Share this post Link to post Share on other sites