mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Cleanup
This commit is contained in:
parent
0019a4e1db
commit
6501454424
5 changed files with 21 additions and 12 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue