This commit is contained in:
syuilo 2018-11-03 11:37:17 +09:00
parent 7e5dbb2ba5
commit 1cb93a8c10
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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
* }] * }]
* *
* *