yAxisType typo fix

This commit is contained in:
Gleb Koval 2021-07-19 01:28:04 +01:00
parent a77074b29e
commit 7a4058ad0c
No known key found for this signature in database
GPG Key ID: 120F2F6DA9D995FB
1 changed files with 1 additions and 1 deletions

View File

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