@zgfe/business-lib 1.1.85 → 1.1.86

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.
@@ -110,7 +110,7 @@ export var tooltipConfig = {
110
110
  }
111
111
  };
112
112
  export var getChartOption = function getChartOption(chartType, data) {
113
- var legendPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'top';
113
+ var legendPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'bottom';
114
114
  var legendOrient = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 'horizontal';
115
115
  var unit = arguments.length > 4 ? arguments[4] : undefined;
116
116
  var xRotate = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.85",
3
+ "version": "1.1.86",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "91f98ebcb810cb31f22972fbf6215ecd4f24ecd9",
58
+ "gitHead": "180c99106b09a9738918c73c533a0f704a2ac296",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }