@zgfe/business-lib 1.2.4 → 1.2.5
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.
package/es/chart/index.js
CHANGED
|
@@ -126,7 +126,6 @@ var BizChart = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
126
126
|
if (type === 'line') {
|
|
127
127
|
eOption = dashedLineFormat(eOption);
|
|
128
128
|
}
|
|
129
|
-
console.log('eOption', eOption);
|
|
130
129
|
setChartOption(function () {
|
|
131
130
|
return _objectSpread({}, eOption);
|
|
132
131
|
});
|
|
@@ -199,7 +199,6 @@ export var getChartOption = function getChartOption(chartType, data) {
|
|
|
199
199
|
}
|
|
200
200
|
legend.formatter = legendFormatter ? legendFormatter : legendFormatterDefault;
|
|
201
201
|
var dealyAxis = chartType === 'line_bar' ? [yAxis, yAxis] : yAxis;
|
|
202
|
-
console.log('yAxis', dealyAxis);
|
|
203
202
|
return _objectSpread(_objectSpread({}, baseConfig), {}, {
|
|
204
203
|
legend: legend,
|
|
205
204
|
xAxis: xAxis,
|