相关疑难解决方法(0)

与ZingChart堆积的图表

我正在使用ZingChart库制作堆积条形图.这里有一个示例 http://jsfiddle.net/api/post/library/pure/ 但是假设我需要一个限制,例如颜色只有在超过15k时才会改变.那可能吗?

var myConfig = 
        {
            "type": "bar",
            "stacked": true,
            "stack-type": "normal",
            "background-color": "#FFFFFF",
            "title": {
                "text": "Mobile OS Sales  - ",
                "font-family": "arial",
                "x": "40px",
                "y": "5px",
                "align": "left",
                "bold": false,
                "font-size": "16px",
                "font-color": "#000000",
                "background-color": "none"
            },
            "subtitle": {
                "text": "<i>Since January 14, 2013</i>",
                "font-family": "arial",
                "x": "175px",
                "y": "5px",
                "align": "left",
                "bold": false,
                "font-size": "16px",
                "font-color": "#7E7E7E",
                "background-color": "none"
            },
            "plot": {
                "bar-width": "25px",
                "hover-state": {
                    "visible": false
                }
            },
            "labels":[
                {
                    "text": "11,245 Android",
                    "background-color": …
Run Code Online (Sandbox Code Playgroud)

javascript charts stacked-chart zingchart

3
推荐指数
1
解决办法
396
查看次数

标签 统计

charts ×1

javascript ×1

stacked-chart ×1

zingchart ×1