dtable-statistic 4.4.24-alpha.7 → 4.4.24-alpha.8

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.
@@ -85,6 +85,7 @@ class ChartEditDialog extends _react.Component {
85
85
  dataSources: "view",
86
86
  theme: theme,
87
87
  chartColorTheme: colorThemeName,
88
+ integrator: "statistic",
88
89
  onChange: this.onSettingChange
89
90
  })))));
90
91
  }
@@ -58,6 +58,7 @@ class StatView extends _react.default.Component {
58
58
  hideTitle: true,
59
59
  globalTheme: theme,
60
60
  chartColorTheme: colorThemeName,
61
+ integrator: "statistic",
61
62
  onViewRef: this.getViewRef
62
63
  }));
63
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "4.4.24-alpha.7",
3
+ "version": "4.4.24-alpha.8",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",
@@ -18,7 +18,7 @@
18
18
  "react-grid-layout": "^1.2.5",
19
19
  "react-intl-universal": "^2.4.8",
20
20
  "reactstrap": "8.9.0",
21
- "sea-chart": "0.0.42-alpha.1"
21
+ "sea-chart": "0.0.42-alpha.7"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "dtable-ui-component": "~4.4.*",