@zgfe/business-lib 1.2.31 → 1.2.32

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.
@@ -166,7 +166,6 @@ export var getChartOption = function getChartOption(chartType, data) {
166
166
  }
167
167
  if (!reverseXAxis) {
168
168
  series = data.series.map(function (item) {
169
- console.log('item', item);
170
169
  return _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, item), seriesItem), {}, {
171
170
  type: chartType === 'line_bar' || chartType === 'muit_y' ? item.type : chartType
172
171
  }, chartType === 'line_bar' ? {
@@ -176,7 +175,6 @@ export var getChartOption = function getChartOption(chartType, data) {
176
175
  } : {});
177
176
  });
178
177
  } else {
179
- console.log('seriesItem', seriesItem);
180
178
  series = [_objectSpread(_objectSpread(_objectSpread({
181
179
  name: seriesName || '',
182
180
  data: data.series
@@ -214,7 +212,6 @@ export var getChartOption = function getChartOption(chartType, data) {
214
212
  }
215
213
  legend.formatter = legendFormatter ? legendFormatter : legendFormatterDefault;
216
214
  var dealyAxis = chartType === 'line_bar' ? [yAxis, yAxis] : yAxis;
217
- console.log('yAxis', yAxis, grid);
218
215
  if (chartType === 'muit_y' && muit_yAxis) {
219
216
  dealyAxis = muit_yAxis === null || muit_yAxis === void 0 ? void 0 : muit_yAxis.map(function (item) {
220
217
  if (item && item.name) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.31",
3
+ "version": "1.2.32",
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": "633baf122e8b6be641cc5d49360ba49845fbd7aa",
58
+ "gitHead": "ec4c1b653da8285638008767c73e3e708fdc4402",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }