tvcharts 0.9.39 → 0.9.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,7 +81,9 @@ export default function axisTrigger(payload, ecModel, api) {
81
81
  var inputAxesInfo = finder.axesInfo;
82
82
  var axesInfo = coordSysAxesInfo.axesInfo;
83
83
  var shouldHide = currTrigger === 'leave';
84
- var outputPayload = {};
84
+ var outputPayload = {
85
+ currTrigger: currTrigger
86
+ };
85
87
  var showValueMap = {};
86
88
  var dataByCoordSys = {
87
89
  list: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tvcharts",
3
- "version": "0.9.39",
3
+ "version": "0.9.40",
4
4
  "main": "dist/echarts.js",
5
5
  "module": "index.js",
6
6
  "jsdelivr": "dist/echarts.min.js",