Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

How can I display heatmap in IE10?

ElenaPochernina edited this page Jun 17, 2016 · 1 revision

To display heatmap in IE10 you should write the path of the file idd.heatmapworker.js in a global variable InteractiveDataDisplay.HeatmapworkerPath.

For example:

The path of the file idd.heatmapworker.js is /dist/idd.heatmapworker.js.

InteractiveDataDisplay.HeatmapworkerPath = '/dist/';
InteractiveDataDisplay.asPlot('chart').heatmap("heatmap", { x: data.x, y: data.y, values: data.values}); 

Clone this wiki locally