yAxisType typo fix
This commit is contained in:
parent
a77074b29e
commit
7a4058ad0c
|
@ -53,7 +53,7 @@
|
||||||
xAxisName,
|
xAxisName,
|
||||||
xAxisType,
|
xAxisType,
|
||||||
yAxisName,
|
yAxisName,
|
||||||
yAxisName
|
yAxisType
|
||||||
);
|
);
|
||||||
goto("/graphs");
|
goto("/graphs");
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue