문제

I am looking for some free javascript framework to implement nice heatmap chart. It should look something like D3 Heatmap. The problem is that it have to work in IE8 which do not support SVG. I googled for other libs, but found nothing suitable. The only thing which seems to work fine is jQuery Hottie, but its feature set is not sufficient, I need something more mature and bigger. Currently I am thinking about making my own solution using VML or plain tables and css.

So, is there any javascript libs for heatmaps which support Internet Explorer 8?

도움이 되었습니까?

해결책

There are many heatmap solutions out there.

I recommend you check out the following links:

  1. Heatmap JS: realtime, uses HTML5, moderate customization options
  2. Which javascript or JQuery charting tool can I use to create heatmap charts with vertical column labels?
  3. Creating heatmaps using <canvas> element?

Also note that searching on the term jQuery TreeMap might yield better results.

Good luck!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top