mganley2000 Report post Posted November 21, 2011 I cannot get the Overlay Button of a linked chart (drill down) to display when the data is provided via a "jsonurl" data feed. When a single data source is used, the overlay button displays fine. Is this a limitation of the linked charts? The Overlay Button will not work when the data source is not simply an ID in a linked chart? For example, this excerpt from the data of a chart will load the "A1" linked chart, and the OverlayButton "Back" will display just fine: "data": [ { "label": "Week 1", "value": "14400", "link": "newchart-json-A1" }, ... "linkeddata": [ { "id": "A1", "linkedchart": { "chart": { "caption": "Second Level 1", "xAxisName": "Week", "yAxisName": "Sales", "numberprefix": "{:content:}quot; }, "data": [ { "label": "Week A1", "value": "799" }, { "label": "Week A2", "value": "6789" } ] } }, While, this excerpt from a chart, showing the use of the "jsonurl", fails to display the OverlayButton when the linked chart data is loaded. In this example, this is essentially showing and endpoint "MyApp/Service/SomeTestData" that will returning the valid and appropriate json data: "data": [ { "label": "Week 1", "value": "14400", "link": "newchart-jsonurl-MyApp/Service/SomeTestData" }, Share this post Link to post Share on other sites
mganley2000 Report post Posted November 21, 2011 The example on your own website illustrates what I described above. This actually seems to perhaps be ONLY for Firefox, and only when Firefox is only using the Javascript Chart (no flash available.) This seems to work in Chrome and IE. So, again, perhaps this is a bug only for Firefox with Javascrip/HTML5 charts. Fusion Charts Sample Page for linked chart and jsonurl There are some other examples marked as jsonurl that are actually json data examples, loading from a static variable. Don't be sidetracked by those Share this post Link to post Share on other sites
mganley2000 Report post Posted November 21, 2011 In my own example, when I override the rendering to be Javascript all the time, and not Flash, it never shows the overlayButton correctly. So, I believe the issue is with the Javascript rendering with jsonurl as the method for loading linked charts for ALL browsers, not just Firefox as I mentioned above. Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 22, 2011 Hi, Thank you very much for your valuable feedback. Happy FusionCharting! Share this post Link to post Share on other sites
mganley2000 Report post Posted November 22, 2011 Hi, Thank you very much for your valuable feedback. Happy FusionCharting! So, is this a known issue that you are working on? The javascript/HTML5 charts using jsonurl w/ linked charts not rendering the overlayButton. Your response didn't indicate that this was an issue that you know about. Thanks! Share this post Link to post Share on other sites
itsm Report post Posted July 17, 2012 I am facing the same issue in a column chart using xmlurl and IE9. I set the link using xmlurl. When I click a column to load the child chart, the back button is visible until the child chart completes loading. After that, it becomes a small box. This works fine if I use xml instead of xmlurl. Is there a fix for this issue? Please see the image below. Thanks! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 18, 2012 Hi, Please refer this post: http://forum.fusioncharts.com/topic/11354-overlaybutton-in-ie9-does-not-display/page__gopid__47815#entry47815 Share this post Link to post Share on other sites