reactchartjs/react-chartjs-2

[Bug]: Horizontal Bar x-axis ticks Math.abs(value) not show

HaHa1698 opened this issue · 1 comments

Would you like to work on a fix?

  • Check this if you would like to implement a PR, we are more than happy to help you go through the process.

Current and expected behavior

### Current:
The absolute value of x-axis negative numbers can be displayed in the local service, but not in the production environment
Local service:
image
Production:
image

Expected

production can show x-axis value

Reproduction

chart.js version

4.4.7

react-chartjs-2 version

5.2.0

Possible solution

No response