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
|
@ -24,8 +24,7 @@ class SeriesChart extends Operation {
|
|||
|
||||
this.name = "Series chart";
|
||||
this.module = "Charts";
|
||||
this.description = "";
|
||||
this.infoURL = "";
|
||||
this.description = "A time series graph is a line graph of repeated measurements taken over regular time intervals.";
|
||||
this.inputType = "string";
|
||||
this.outputType = "html";
|
||||
this.args = [
|
||||
|
@ -58,6 +57,8 @@ class SeriesChart extends Operation {
|
|||
}
|
||||
|
||||
/**
|
||||
* Series chart operation.
|
||||
*
|
||||
* @param {string} input
|
||||
* @param {Object[]} args
|
||||
* @returns {html}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue