• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

[HELPED] Fusion Charts Corrupting Screen

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [HELPED] Fusion Charts Corrupting Screen

    Hi,

    Since upgrading to Chrome 27 the fusion charts in the Valence examples appear to be corrupting the screen.

    Screen shots attached.

    Thanks
    GlennCapture 1.PNGCapture 2.jpg

  • #2
    Hi Glenn!

    This is a bug in chrome. When we point to the Chrome dev channel which is on version 29 it is not happening. So have to assume it will be fixed on an upcoming update. If you want a work around for the time being you could force the fusion charts into javascript mode.

    Just add the below line of code before creating the charts.

    Code:
         FusionCharts.setCurrentRenderer('javascript');
    Thanks

    Comment

    Working...
    X