更改高图字幕

Change a highchart subtittle

是否可以更改图表的 X 轴标签以包含小数点分隔符?

我的 X 轴有以下值 10000,20000,30000 我需要转换为 10.000,20.000,30.000

尝试 docs

中的 format 选项

Example appending km to the axis points

Example formatting to 3 decimal places

千位分隔符和一位小数:{value.y:,.1f}