MGS_Sebastien

Members
  • Content count

    36
  • Joined

  • Last visited

Everything posted by MGS_Sebastien

  1. Calculation issue with annotations macros

    Thanks for this confirmation. However, can someone help me about the fiddle I post. I mean, how can I place an annotation at 0 on x-axis without calculation ? Thank you, Sébastien
  2. Export img uri

    Hi all, How can I get the exported image uri in js variable ? FC export is really nice looking. I already tried to convert myself with "canvg", but the picture is really bad looking. After that, I add the image with "jspdf" in a new PDF file. Sébastien
  3. Export img uri

    Thanks, I will try it when I will update my dashboard in about March. Sébastien
  4. Export img uri

    Hi, Well I knew FusionCharts cannot export multiple charts but I would know if someone has succeed in exporting a whole dashboard with html/css/fusioncharts graphs/images/text... I thought using jspdf could work but... amost, not really nice finition ! (the quality of pictures is downgraded). I didn't find the solution. Thanks, Sébastien
  5. Fixed label width in bar charts

    Hi, How to fix the labels width in bar charts ? It seems we can't set it, the width seems to be in function of the label size. How can I make do force the width ? I precise that I have a dashboard where 2 bar charts are one under the other and must be perfectly aligned and labels size are different, please tell me if there any solution !? Thank you, Sébastien
  6. Fixed label width in bar charts

    Thanks. I used finally the <br/> tactic to align my sentences. Sébastien
  7. Hi, I've a problem with the radar chart : It seems annotations don't work if I try to position them in function of label (ie : $yaxis.0.label.0.x or $xaxis.label.0.x). Exemple here Am I fool ? Or is it a limitation of the radar chart ? Thanks in advance, Sébastien
  8. Fixed label width in bar charts

    Hi Gagan, Oh nice find ! Thanks for that. Is there a way to avoid the truncate ? For example wrap the text ? Sébastien
  9. Annotation position in function of label position

    Hi Mooni, Thanks to you for that answer. Effectively, I can calculate the coordinates myself in amount and place it with annotations. Have a nice day, Sébastien
  10. Annotation position in function of label position

    Hi Moonmi, I already knew this feature of positionning in fonction of datas anchors (this is nice but this is not what I want exactly). I would have to place for example a rectangle around the label text or might be another text under the label at the peak of each category. Have you an idea ? Thank you, Sébastien
  11. Hi FusionCharts users and support, I have a probem with ASP.NET and FusionCharts. Firstly, the update panel isn’t working with FusionCharts natively when PostBack, then I found in the UpdatePanelExample a script name « updatepanelhook.fusioncharts.js », I added and the update worked. This is working…… BUT all my extenders of AjaxControlToolKit are disabled after the PostBack………………. The datas update well at the first PostBack, however the DropDownExtender isn’t working anymore after the PostBack, I can’t choose anything in the ListBox anymore since I have added the script reference « updatepanelhook.fusioncharts.js ». Can you come back to me with any information about it please ? Have you a solution for that ? How to keep working the AjaxControlToolkit controls with this script ? P.S : I have already sent an email to the support at the same time. Best Regards, Sébastien Bourgeais