@zgfe/business-lib 1.1.14 → 1.1.15-alpha.1

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.
@@ -2,11 +2,7 @@
2
2
 
3
3
  .biz-chart-tooltip {
4
4
  max-height: 324px;
5
- padding: @padding-xs;
6
5
  overflow: auto;
7
- background-color: rgba(250, 251, 253, 0.8);
8
- border-color: transparent;
9
- backdrop-filter: blur(4px);
10
6
 
11
7
  .biz-chart-tooltip-title {
12
8
  margin-bottom: @margin-xss;
@@ -193,6 +193,7 @@ var BizTargetCondition = function BizTargetCondition(props) {
193
193
 
194
194
  var onChangeDimension = function onChangeDimension(data) {
195
195
  onChange(data, targetData, filters);
196
+ setDimension(data);
196
197
  };
197
198
 
198
199
  var onChangeFilters = function onChangeFilters(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.14",
3
+ "version": "1.1.15-alpha.1",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -60,5 +60,5 @@
60
60
  "react": "^16.12.0 || ^17.0.0",
61
61
  "yorkie": "^2.0.0"
62
62
  },
63
- "gitHead": "551dbbf73aeb684643b8cf87a4c8dad18d3b91ff"
63
+ "gitHead": "5c3d1b825ac416652502f52f3a9d3d643808df81"
64
64
  }