This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git
The following commit(s) were added to refs/heads/master by this push:
new bb9d488a1 fix(src/chart/parall): fix datatype. close #18411
new f27b6154f Merge pull request #18425 from ManishDait/fix-18411
bb9d488a1 is described below
commit bb9d488a11d1386544124a84ea71ddf0e45a4672
Author: Manish Dait <[email protected]>
AuthorDate: Mon Mar 27 13:54:45 2023 +0530
fix(src/chart/parall): fix datatype. close #18411
---
src/chart/parallel/ParallelSeries.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/chart/parallel/ParallelSeries.ts
b/src/chart/parallel/ParallelSeries.ts
index 301b56c10..91546ae29 100644
--- a/src/chart/parallel/ParallelSeries.ts
+++ b/src/chart/parallel/ParallelSeries.ts
@@ -55,7 +55,7 @@ export interface ParallelStateOption<TCbParams = never> {
export interface ParallelSeriesDataItemOption extends ParallelStateOption,
StatesOptionMixin<ParallelStateOption, ParallelStatesMixin> {
- value?: ParallelSeriesDataValue[]
+ value?: ParallelSeriesDataValue
}
export interface ParallelSeriesOption extends
SeriesOption<ParallelStateOption<CallbackDataParams>, ParallelStatesMixin>,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]