79504577

Date: 2025-03-12 18:39:24
Score: 1
Natty:
Report link

There are several ways to solve this problem and it depends a lot on the context.

It may be because of the width?

    "plotOptions": {
        "series": {
            "pointWidth": 50,

In my case, the number did not appear at the top, as the graph started too low, I had to adjust the minimum.

    "yAxis": [
        {
            "min":5000
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Tiago Garcia