mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Cleanup
This commit is contained in:
parent
0019a4e1db
commit
6501454424
5 changed files with 21 additions and 12 deletions
|
@ -24,8 +24,8 @@ class ScatterChart extends Operation {
|
|||
|
||||
this.name = "Scatter chart";
|
||||
this.module = "Charts";
|
||||
this.description = "";
|
||||
this.infoURL = "";
|
||||
this.description = "Plots two-variable data as single points on a graph.";
|
||||
this.infoURL = "https://en.wikipedia.org/wiki/Scatter_plot";
|
||||
this.inputType = "string";
|
||||
this.outputType = "html";
|
||||
this.args = [
|
||||
|
@ -73,6 +73,8 @@ class ScatterChart extends Operation {
|
|||
}
|
||||
|
||||
/**
|
||||
* Scatter chart operation.
|
||||
*
|
||||
* @param {string} input
|
||||
* @param {Object[]} args
|
||||
* @returns {html}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue