Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/arrays/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Highcharts Yaxis比例未显示_Highcharts - Fatal编程技术网

Highcharts Yaxis比例未显示

Highcharts Yaxis比例未显示,highcharts,Highcharts,有两个yAxis。我的第二个yAxis量表没有显示。为什么? 它正在显示。不过,没有滴答声,因为您没有针对它绘制任何序列。在第2个系列中添加: "color": "LightCoral", "suffix": "€", "tooltip": { "valueSuffix": "€" }, "_symbolIndex": 1, "yAxis": 1 // ASSIGN seri

有两个yAxis。我的第二个yAxis量表没有显示。为什么?


它正在显示。不过,没有滴答声,因为您没有针对它绘制任何序列。在第2个系列中添加:

        "color": "LightCoral",
        "suffix": "€",
        "tooltip": {
            "valueSuffix": "€"
        },
        "_symbolIndex": 1,
        "yAxis": 1 // ASSIGN series to it

已更新的小提琴。

您也可以使用
链接到
选项

        "color": "LightCoral",
        "suffix": "€",
        "tooltip": {
            "valueSuffix": "€"
        },
        "_symbolIndex": 1,
        "yAxis": 1 // ASSIGN series to it