You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/operations/HexDensityChart.mjs
+3-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,7 @@ class HexDensityChart extends Operation {
25
25
26
26
this.name="Hex Density chart";
27
27
this.module="Charts";
28
-
this.description="";
29
-
this.infoURL="";
28
+
this.description="Hex density charts are used in a similar way to scatter charts, however rather than rendering tens of thousands of points, it groups the points into a few hundred hexagons to show the distribution.";
30
29
this.inputType="string";
31
30
this.outputType="html";
32
31
this.args=[
@@ -90,6 +89,8 @@ class HexDensityChart extends Operation {
0 commit comments