Skip to content

Commit b0b3269

Browse files
authored
Merge pull request #3873 from VisActor/feat/issue-3868
Feat/issue 3868
2 parents 81774ef + a10621c commit b0b3269

File tree

21 files changed

+588
-662
lines changed

21 files changed

+588
-662
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@visactor/vchart",
5+
"comment": "feat: markLine and markArea supports render multiple labels",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@visactor/vchart"
10+
}

common/config/rush/pnpm-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
8484
*/
8585
"globalOverrides": {
86-
// "@visactor/vrender-core": "0.22.3",
87-
// "@visactor/vrender-kits": "0.22.3",
88-
// "@visactor/vrender-components": "0.22.3"
86+
// "@visactor/vrender-core": "0.22.8",
87+
// "@visactor/vrender-kits": "0.22.8",
88+
// "@visactor/vrender-components": "0.22.8"
8989
},
9090
/**
9191
* The `globalPeerDependencyRules` setting provides various settings for suppressing validation errors
@@ -190,4 +190,4 @@
190190
// },
191191
// "pnpm": { "futurePnpmFeature": true }
192192
}
193-
}
193+
}

0 commit comments

Comments
 (0)