@publishfx/publish-chart 2.1.20 → 2.1.21

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.
@@ -268,7 +268,7 @@ function renderG2CombineChart(container, options) {
268
268
  ...isTooltipContent ? {
269
269
  mount: 'body'
270
270
  } : {},
271
- render: (payload)=>{
271
+ render: (_event, payload)=>{
272
272
  const { title, items } = payload;
273
273
  let safeTitle = title.replace(/,.*$/, '');
274
274
  const baseItems = items.filter((item)=>item.hasOwnProperty('isCombine') && !item.isCombine);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@publishfx/publish-chart",
3
- "version": "2.1.20",
3
+ "version": "2.1.21",
4
4
  "description": "A React chart component library for the Publish platform, including BarChart, LineChart, BarLineChart and other visualization components",
5
5
  "type": "module",
6
6
  "keywords": [