@hestia-earth/ui-components 0.41.16 → 0.41.17

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.
@@ -5219,7 +5219,7 @@ const drawText = (ctx, { text, font, fillStyle, placement, xPos, yPos, maxWidth
5219
5219
  }
5220
5220
  };
5221
5221
  const afterBarDrawPlugin = settings => ({
5222
- id: 'afterBarDrawPlugin',
5222
+ id: ['afterBarDrawPlugin', settings?.placement].filter(Boolean).join('-'),
5223
5223
  afterDatasetsDraw: (chart) => {
5224
5224
  if (!chart.data.datasets?.length) {
5225
5225
  return;