2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-16 00:04:20 +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

@@ -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}