English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

The Value in the JSON of the Vertical Axis of highchart Data Source Must Be int (Detailed Explanation)

var users = ["0","0","0","0","0","2null

Such vertical axis data is not displayed, the value in the JSON must be of int type.

It must be like this:

var users = [1null1null1null1null1null1null1null

Can't it be automatically converted? Or is my posture wrong, not setting some parameters?

This article about the value in the highchart data source's vertical axis JSON must be int (detailed explanation) is all the content I share with everyone. I hope it can provide a reference for everyone, and I also hope everyone will support the Shouting Tutorial.

You May Also Like