yAxisType typo fix

This commit is contained in:
2021-07-19 01:28:04 +01:00
parent a77074b29e
commit 7a4058ad0c

View File

@@ -53,7 +53,7 @@
xAxisName, xAxisName,
xAxisType, xAxisType,
yAxisName, yAxisName,
yAxisName yAxisType
); );
goto("/graphs"); goto("/graphs");
} catch (e) { } catch (e) {