Question
My charts are not showing in internet explorer 7 or 8?

Answers

The most common reason why a chart works in modern browsers but fails in IE6, 7 and 8, is stray commas in the configuration options. Stray commas are commas after the last item of an object or an array in JavaScript. These will pass silently in modern browsers, but cause a JavaScript error in legacy IE.
var chart = new Highcharts.Chart({    chart: {        renderTo: 'container'    },    xAxis: {        type: 'datetime'    },    series: [{        data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5,               216.4, 194.1, 95.6, 54.4],        pointStart: Date.UTC(2012, 0, 1),        pointInterval: 24 * 3600 * 1000,    }]});
Another case where legacy IE fails to show charts, is when the security setting "ActiveX controls and plug-ins" => "Binary and script behavious" is disabled. This happens very rarely on user computers, but we have seen it from time to time on company networks. In this case, IE fails to draw any of the vector graphics, only the the text is shown.    Your Comment






Search
Can you Answer!!
  • Q What is abiotic component of ecosystem?
  • Q Pride, Avarice, Envy, Gluttony, Sloth, Lust what's missing
  • Q How can default JVM be changed to other?
  • Q According to legend who killed the lion represented by the constellation Leo?
  • Q What is SAP locking?
  • Q I use magic bullet colorista ii with fcp and i am unable to use it with pp cs6. Ie. When using secondary keying, the colorista window doesn't park on the frame i'm on in ppcs6. It works fine with fcp. What's a workaround?
  • Q Name London Zoo's Giant Panda from 1958 until her death in 1972?
  • Q What is the simplest html page? 
  • Q What word, which in Greek means 'with' or 'after', prefixes many literary and language terms to denote something in a different position?
  • Q How do you define the cutting ability of a cutting tool? Give the classification of cutting tools. How will you select the materials of a cutting tool?
  • Q In which criteria of a workflow – “time dependent workflow action” cannot be created ?