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