@cloudbase/weda-ui-mp 3.11.4 → 3.11.6

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.
@@ -46,7 +46,7 @@ class EchartLine extends EchartBase {
46
46
  const arrXisCountEmptyIndex = []; // 记录空值的key
47
47
  this.config.series = [];
48
48
 
49
- if (!groupKey?.name0) {
49
+ if (!groupKey?.name) {
50
50
  if (sortedXAxisData.length > 0) {
51
51
  const numLine = arrSourData[0].YLabels.length;
52
52
  if (numLine > 0) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "miniprogram": "./",
4
4
  "packageManager": "yarn@3.0.2",
5
5
  "dependencies": {},
6
- "version": "3.11.4",
6
+ "version": "3.11.6",
7
7
  "main": "./",
8
8
  "publishConfig": {
9
9
  "access": "public"