stefanwalther / qvD3CalendarView

QlikView Extension - D3 CalendarView
Other
17 stars 11 forks source link

Not working #3

Open guilhermecgs opened 8 years ago

guilhermecgs commented 8 years ago

I receive a javascript error as shown below:

image

image

omid5ive commented 7 years ago

me too

manielida commented 5 years ago

Looks like QlickView 11.2 is similar to IE 8 and earlier, so there are some problems with map, forEach and append functions from d3.js. More information here You should use another libs instead of d3.v3 such as r2d3 (with Raphael) and polyfills like aight.

Look at my repo for example