Danlop

Members
  • Content count

    7
  • Joined

  • Last visited

About Danlop

  • Rank
    Forum Newbie

Recent Profile Visitors

1,813 profile views
  1. The Export/Save feature is broken right now. It has been broken for at least 2 days now and I really need this to be fixed ASAP. Thanks!
  2. Chart Export changes font in Chart

    I have this exact same issue and it is driving me crazy. Please, FusionCharts, we need a fix for this...
  3. I have found a solution to this issue. The text for the hover tooltip is found on line 992 of the fusioncharts.js file. You can run a search in that file for "Export chart" to find it. Simply replace this text to whatever you want. If, like me, you need to have some charts in English and some in French or any other language, then the solution I used was to simply copy the entire "fusioncharts" folder (the one which contains the fusioncharts.js, fusioncharts.charts.js, fusioncharts.php, etc, files) (I renamed mine to fusioncharts_fr for French) and then have your html files load the fusioncharts.js from the appropriate folder. Hope this can help someone who runs into the same problem.
  4. Hello, I am trying to change the text which appears when a user hovers over the "Export Chart" button. Currently the text is "Export chart" which works well for my charts on English pages, but I need to be able to change that text to French for the French pages. How can I do this? Please note, I know how to change the text which appears after the user clicks the "export chart" button by using the exportFormats parameter. But this is not my issue. My issue is with the hover text which says "Export chart" when a user hovers over the button. I have submitted a ticket to support and their response was that the text cannot be changed. Has anyone run into this problem? If so, how did you address it? Thank you very much and have a great day!
  5. Hello and thank you for welcoming me to the forums, Vishalika! It's really too bad that there does not seem to be a true solution to this problem, as it may be a deal breaker on whether or not we will be using Fusion Charts. I even tried placing an annotation shape at the same location as some of those legend items to hide them, but the annotation shapes appear below the legend only. If I could move the annotation shapes above the legend, then that could be a possible solution but I don't know how to do this and using "showBelow": "0", does not help. Are you certain that there is no solution? Is there any way to have sub-categories along the X-axis? Thanks!
  6. Update: I've been able to work out the initial problem by adding space between the chart and the legend and using text annotations to add the words "import" and "export". Now the only remaining issue is in the legend. It appears that I have to have "Travel" twice, "Commercial services" twice, and "Transportation and government services" twice. Is there a way to set up my chart to only display each of those only once? Thank you very much!
  7. Hello, I am trying to re-create this chart (original.gif) in Fusion Charts but the best I can do is this (fusion_charts.gif). I am using msstackedcolumn2d and the main issue is that in the original chart, I have the years on the X-axis and then a sub-group of imports and exports. The "import" and "export" labels don't need to be displayed inside the columns; it would be fine if they could be displayed below the chart, on the x-axis, above the years. Am I using the wrong type of chart? I've gone through all the chart types and don't see one that uses sub-sections on the X-axis. Please help! Thanks and have a great day!