glbm.leo

Members
  • Content count

    3
  • Joined

  • Last visited

About glbm.leo

  • Rank
    Forum Newbie
  1. Transparency For All Chart

    Hello. I need to know if there is a way through FusionCharts to obtain the chart rendered with an opacity. I need it to create like a chart "teaser". I tried to apply an opacity to the chart container but the chart legends are shown badly. Furthermore, opacity in the HTML is not supported in every browser unlike the flash alternative. Thanks a lot in advance.
  2. Catch Console Errors

    Thanks Angshu for your reply. I found the FC_ functions much more appropriate in my context. But I'm having trouble to use the parameters. function FC_Error(eventObject, argumentsObject) {...} The first parameter seems to exist, but not the second. Furthermore, the first one have this properties: id: "..." message: "..." nature: "..." source: "..." __proto__: Object I need to know the FusionChart Id to proceed accordingly. Thanks again for your support!
  3. Catch Console Errors

    Hello. I was wondering if there is a way to avoid FusionCharts to throw errors to the JS console. I managed to listen to errors with the addEventListener using "Errors", but that approach does not avoid the user viewing errors in the page. I tried to use a try & catch between the definition of the chart without luck. Any suggestion would be greatly appreciated. Regards.