This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/master by this push:
new 1a599cc fix(pie): add seriesId in pieselectchanged #9830
1a599cc is described below
commit 1a599cc71445e2bd9316b373200bd197e2b69f72
Author: Ovilia <[email protected]>
AuthorDate: Mon Mar 4 15:33:59 2019 +0800
fix(pie): add seriesId in pieselectchanged #9830
---
src/action/createDataSelectAction.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/action/createDataSelectAction.js
b/src/action/createDataSelectAction.js
index 35801b5..a628bcc 100644
--- a/src/action/createDataSelectAction.js
+++ b/src/action/createDataSelectAction.js
@@ -50,7 +50,8 @@ export default function (seriesType, actionInfos) {
);
return {
name: payload.name,
- selected: selected
+ selected: selected,
+ seriesId: payload.seriesId
};
});
});
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]