This commit is contained in:
syuilo 2018-11-03 11:37:17 +09:00
parent 4c19dd59b1
commit 0b2f20830c

View file

@ -290,14 +290,11 @@ export default abstract class Chart<T> {
/** /**
* [{ * [{
* xxxxx: 1, * xxxxx: 1, yyyyy: 5
* yyyyy: 5
* }, { * }, {
* xxxxx: 2, * xxxxx: 2, yyyyy: 6
* yyyyy: 6
* }, { * }, {
* xxxxx: 3, * xxxxx: 3, yyyyy: 7
* yyyyy: 7
* }] * }]
* *
* *