Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/75.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
Jquery Highcharts值的填充未正确显示_Jquery_Html_Css_Browser_Highcharts - Fatal编程技术网

Jquery Highcharts值的填充未正确显示

Jquery Highcharts值的填充未正确显示,jquery,html,css,browser,highcharts,Jquery,Html,Css,Browser,Highcharts,大家好! 我有这个问题,你可以在我上传的图片上看到。 我只在Firefox&IE版本>=8上得到这个,在7上可以正常工作。 Chrome可以正确显示图表。 下面是如何描述这些块的: 系列:{ stacking: 'percent', dataLabels: { enabled: true, color: (Highcharts.theme && Highcharts.t

大家好! 我有这个问题,你可以在我上传的图片上看到。 我只在Firefox&IE版本>=8上得到这个,在7上可以正常工作。 Chrome可以正确显示图表。 下面是如何描述这些块的: 系列:{

            stacking: 'percent',
            dataLabels: {
                enabled: true,
                color: (Highcharts.theme && Highcharts.theme.dataLabelsColor) || 'white',
                style: {
                    textShadow: '0 0 3px black'
                }
        }
 series: [{
        name: 'Mit Fotos',
        id: 'mfGW',
        pointWidth: 30,
        color: '#7cb5ec',
        linkedTo: 'GW',
        data: [42],
        stack: 'one'
    }, {
        name: 'Ohne Fotos',
        linkedTo: 'GW',
        pointWidth: 30,
        color: '#434348',
        id: 'ofGW',
            data: [19],
        stack: 'one'
    },
    {
            name: 'GW',
            id: 'GW',
            pointWidth: 90,
            color: '#8d4653',
        data: [61]

    }
图表类型为条形图。
你知道如何解决这个问题吗?

你能创建一个JSFIDLE演示来准确地显示这个问题,并在这里发布一个指向这个演示的链接吗?你能描述一下实际的问题是什么吗…?数字放错了地方。