sea-chart 0.0.75 → 0.0.76

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.
@@ -69,7 +69,7 @@ class Area extends ChartComponent {
69
69
  line_type,
70
70
  y_axis_show_value,
71
71
  label_font_size,
72
- summary_columns
72
+ summary_columns = []
73
73
  } = chart.config;
74
74
  const newData = this.getChartGroupData(data);
75
75
  const isSmooth = line_type === CHART_LINE_TYPES[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sea-chart",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "main": "./dist/index.js",
5
5
  "dependencies": {
6
6
  "@antv/data-set": "0.11.8",