diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-03 11:37:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-03 11:37:17 +0900 |
| commit | 1cb93a8c10ddacecef3fb348d417e193c68505e0 (patch) | |
| tree | 12173cfe1c10a64fff0f37eb31e1ce1f0c47f0bd /src/chart | |
| parent | Fix bug (diff) | |
| download | sharkey-1cb93a8c10ddacecef3fb348d417e193c68505e0.tar.gz sharkey-1cb93a8c10ddacecef3fb348d417e193c68505e0.tar.bz2 sharkey-1cb93a8c10ddacecef3fb348d417e193c68505e0.zip | |
:art:
Diffstat (limited to 'src/chart')
| -rw-r--r-- | src/chart/index.ts | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/chart/index.ts b/src/chart/index.ts index a7521288ea..4cd61de9ce 100644 --- a/src/chart/index.ts +++ b/src/chart/index.ts @@ -290,14 +290,11 @@ export default abstract class Chart<T> { /** * [{ - * xxxxx: 1, - * yyyyy: 5 + * xxxxx: 1, yyyyy: 5 * }, { - * xxxxx: 2, - * yyyyy: 6 + * xxxxx: 2, yyyyy: 6 * }, { - * xxxxx: 3, - * yyyyy: 7 + * xxxxx: 3, yyyyy: 7 * }] * * を |