views:

69

answers:

1

Hi there,

I am using the highcharts charting library,

i am including excanvas if the browser is ie using

<!--[if IE]>
    <script type="text/javascript" src="<script type="text/javascript" src="excanvas.compiled.js"></script>
<![endif]--> 

yet i still get 'G_vmlCanvasManager' is undefined

A: 

is it a typo?

yours is

<!--[if IE]>
    <script type="text/javascript" src="<script type="text/javascript" src="excanvas.compiled.js"></script>
<![endif]--> 

should it be?

<!--[if IE]>
    <script type="text/javascript" src="xcanvas.compiled.js"></script>
<![endif]--> 
Reigel
nope, the filename is excanvas.compiled.js
Hailwood
please see edited...
Reigel
oh wow,i have no idea how i did that, and then did not see it,cheers
Hailwood