evui 3.4.85 → 3.4.86

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evui",
3
- "version": "3.4.85",
3
+ "version": "3.4.86",
4
4
  "description": "A EXEM Library project",
5
5
  "author": "exem <dev_client@ex-em.com>",
6
6
  "license": "MIT",
@@ -421,7 +421,9 @@ class Bar {
421
421
 
422
422
  let formattedTxt;
423
423
  if (formatter) {
424
- formattedTxt = formatter(value);
424
+ formattedTxt = formatter(value, {
425
+ label: isHorizontal ? data.y : data.x,
426
+ });
425
427
  }
426
428
 
427
429
  if (!formatter || typeof formattedTxt !== 'string') {