Tidied up charts operations

This commit is contained in:
n1474335 2019-03-31 21:40:54 +01:00
parent f0b48acaf9
commit 1640859542
7 changed files with 16 additions and 14 deletions

View file

@ -7,7 +7,6 @@
import * as d3temp from "d3";
import * as nodomtemp from "nodom";
import { getScatterValues, getScatterValuesWithColour, RECORD_DELIMITER_OPTIONS, COLOURS, FIELD_DELIMITER_OPTIONS } from "../lib/Charts";
import Operation from "../Operation";
@ -30,7 +29,7 @@ class ScatterChart extends Operation {
this.name = "Scatter chart";
this.module = "Charts";
this.description = "Plots two-variable data as single points on a graph.";
this.infoURL = "https://en.wikipedia.org/wiki/Scatter_plot";
this.infoURL = "https://wikipedia.org/wiki/Scatter_plot";
this.inputType = "string";
this.outputType = "html";
this.args = [