@ledvance/group-ui-biz-bundle 1.0.164 → 1.0.165

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/group-ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.164",
7
+ "version": "1.0.165",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -242,7 +242,7 @@ const BarChartWithTouch = (props: BarChartProps) => {
242
242
 
243
243
  const option = useMemo(
244
244
  () => ({
245
- tooltip: { show: true, triggerOn: 'click', trigger: 'axis' },
245
+ tooltip: {show: true, triggerOn: 'click', trigger: 'axis', position: [50, 100]},
246
246
  legend: {
247
247
  show: true,
248
248
  data: legendData,