@gemx-dev/clarity-visualize 0.8.61 → 0.8.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -807,6 +807,7 @@ var HeatmapHelper = /** @class */ (function () {
|
|
|
807
807
|
if (canvas === null) {
|
|
808
808
|
canvas = doc.createElement("CANVAS" /* Constant.Canvas */);
|
|
809
809
|
canvas.id = "clarity-heatmap-canvas" /* Constant.HeatmapCanvas */;
|
|
810
|
+
canvas.classList.add("clarity-heatmap-canvas" /* Constant.HeatmapCanvas */);
|
|
810
811
|
canvas.width = 0;
|
|
811
812
|
canvas.height = 0;
|
|
812
813
|
canvas.style.position = "absolute" /* Constant.Absolute */;
|