Search the Community

Showing results for tags 'firefox'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 8 results

  1. Hello, We're having an issue with tooltip's position in Firefox. When we test on Chrome, the tooltips were displaying correctly, but they are off by one data plot when testing using Firefox. Here's a video showing the issue: When I hover over the second bar, it's showing tooltips for the third bar. The fusioncharts version we are using is 3.13.3-sr.1. Do you know why this happens? Thanks.
  2. When rendering 2 Pie2d charts on a single page, the labels do not appear in Firefox, only the lines. However, if you showLegend 1 labels then appear. <script> function LoadGraphs() { piechart1 = new FusionCharts({ "type": "pie2d", "renderAt": "chartContainer", "width": "500", "height": "300", "dataFormat": "json", "dataSource": { "chart": { showLegend:0 }, "data": [ { "label": "Mon", "value": "4123" }, { "label": "Tue", "value": "4633" }, { "label": "Wed", "value": "5507" }, { "label": "Thu", "value": "4910" }, { "label": "Fri", "value": "5529" }, { "label": "Sat", "value": "5803" }, { "label": "Sun", "value": "6202" } ] } }); piechart1.render(); piechart2 = new FusionCharts({ "type": "pie2d", "renderAt": "chartContainer2", "width": "500", "height": "300", "dataFormat": "json", "dataSource": { "chart": { showLegend:0 }, "data": [ { "label": "Mon", "value": "1123" }, { "label": "Tue", "value": "1633" }, { "label": "Wed", "value": "1507" }, { "label": "Thu", "value": "1910" }, { "label": "Fri", "value": "1529" }, { "label": "Sat", "value": "1803" }, { "label": "Sun", "value": "1202" } ] } }); piechart2.render(); } </script> <a href="javascript:LoadGraphs();">Run Test</a> <div id="chartContainer">FusionCharts XT will load here!</div> <div id="chartContainer2">FusionCharts XT will load here!</div> It works fine in IE and Chrome, but not in Firefox, based on the latest FusionCharts. The code works in Firefox with FusionCharts 3.10.1
  3. Hi Experts, We are using fusion charts in our product. We are exporting chart in pdf format at client side. Our application is secured through CSP headers. We are facing some issues while exporting chart in pdf format when - Our website is launched in another website using iFrame. - Export is not working for firefox only while in Chrome and IE it works fine. Following exception is being thrown at console: Content Security Policy: The page’s settings blocked the loading of a resource at data:application/pdf;base64,JVBERi0xLjcK... (“default-src self ...”). Any suggestion will be appreciated. Thanks, Amjad Aziz
  4. I started seeing this in Firefox version 49.0.1, and am now also seeing it in 49.0.2. The Flash chart backgrounds are not transparent. I've attached screenshots of how our charts look on both Firefox and Chrome. Flash version is 23.0.0.185. Know what might be causing this? Thanks, Emilio
  5. Why fusion widgets not updating values in any browser except firefox. Question.pdf
  6. Every text item on my chart is underlined in Firefox and Chrome but not in IE11. I do NOT want the underlines but cannot figure out how to eliminate them.
  7. Hi, In JavaScript rendering, Trend point in Gauge is not displayed in Firefox and in Chrome but its showing up in IE. Following below the data we input, (please refer to the screenshot for better understanding of the issue) Note: Trend point is displayed in Flash rendering both in Firefox and Chrome but not in JavaScript rendering. GaugeDataXML.txt
  8. Hello, we are using a purchased version of Fusion Maps in our web page. The maps and charts are renderized by Javascript and I have noticed that in Firefox browser (version 20.0.1 for example) is slower than in other browsers like IE or Chrome. Also I noticed that when the map is displayed with other charts in the same page, the map is even slower. Is this a normal behaviour? Can I speed up the map? Thanks John