• 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.

[SOLVED] My Ext charts that used to work in flash went blank white!

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

  • [SOLVED] My Ext charts that used to work in flash went blank white!

    I ran into this problem and after a lot of searching I found that in the ext-all.js (included in Ext 3.4, included with Valence 2.2) there is this line of code:

    Code:
    Ext.chart.Chart.CHART_URL = 'http:/' + '/yui.yahooapis.com/2.8.2/build/charts/assets/charts.swf';
    We put this in valence.js to override in all our apps:

    Code:
    Ext.chart.Chart.CHART_URL = '/extjs/resources/charts.swf';
Working...
X