2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-23 03:33:24 +00:00
This commit is contained in:
Matt
2019-03-10 13:08:47 +00:00
parent 0019a4e1db
commit 6501454424
5 changed files with 21 additions and 12 deletions

View File

@@ -25,8 +25,7 @@ class HexDensityChart extends Operation {
this.name = "Hex Density chart";
this.module = "Charts";
this.description = "";
this.infoURL = "";
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.";
this.inputType = "string";
this.outputType = "html";
this.args = [
@@ -90,6 +89,8 @@ class HexDensityChart extends Operation {
/**
* Hex Bin chart operation.
*
* @param {string} input
* @param {Object[]} args
* @returns {html}