Tlaltecutl Report post Posted January 28, 2016 Hello! I'm facing the problem, that in applications based on QtWebKit library FusionCharts loose part of it's functionality. For example pie chart will show chart and legend, legend will be able to slide pieces out of chart if you click on it, but there won't be chart rotation, tooltips and piece of chart won't slide out if you click on piece itself. In practice it can be seen in such applications as QtWeb(http://qtweb.net/) or Arora( https://github.com/arora/arora). So mine question: Is this library too outdated to support FusionCharts or there are some workarounds that can be applied for proper work? Thanks in advance! Share this post Link to post Share on other sites
Gagan Sikri Report post Posted January 29, 2016 Hi FusionCharts is a JavaScript charting library and uses SVG and VML technologies to render the charts. It uses core JavaScript components of browser/platform to render the chart, you are facing issue as QtWebKit Library may not be able to support JavaScript functionality required by FusionCharts. I would suggest you to upgrade to latest version of FusionCharts Suite. Please refer to this link to know more technical specifications about FusionCharts: http://www.fusioncharts.com/tech-specs/ Share this post Link to post Share on other sites