This commit is contained in:
parent
7e5dbb2ba5
commit
1cb93a8c10
|
@ -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
|
|
||||||
* }]
|
* }]
|
||||||
*
|
*
|
||||||
* を
|
* を
|
||||||
|
|
Loading…
Reference in New Issue