我是 Zingchart 的新手,我遇到了一些问题。
我想要一个带有第二个图表(或者这里是预览)的堆积条形图。
1.)我在为其设置颜色时遇到堆叠问题,我在图表中看不到差异 - 为什么?-(是否可以将颜色应用于每一个条的堆叠?)
2.) 只有点击背景才能缩放,但不能点击数据集。由于我设置了很多数据,我无法缩放。我该怎么做才能在充满数据的图表上应用缩放?
3.) 如何正确设置预览/图表的位置?无论我如何设置 preview.position,只有 y 变化,而不是高度或 x 值。这也很愚蠢,因为我看不到预览的正确句柄。也尝试用边距调整它,但也没有成功。我想要大图表顶部的预览。
这是我正在玩的东西:http: //jsfiddle.net/z1zwg6ae/1/
"graphset": [{
"type": "bar",
"x": "1%",
"y": "25%",
"height": "100%",
"background-color": "#fff",
"plot": {
"stacked": true,
"stack-type": "100%"
},
"scale-x": {
"line-color": "#555",
"line-width": "4px",
"zooming": true,
"guide": {
"visible": false
},
"tick": {
"line-color": "#333",
}
},
"chart": {
"position": "0 0"
},
"scale-y": {
"min-value": 0,
"max-value": 100
},
"scroll-x": {
"bar": {
"background-color": "#777"
},
"handle": {
"background-color": "#76DF20"
}
},
"zoom": {
"background-color": "#20DFC6"
},
"plot": {
"line-width": 10,
"max-trackers": 9999,
"mode": "normal",
"js-rule": "myfunc()",
"shadow": false,
"marker": {
"type": "none"
}
},
"preview": {
"height": 100,
"position": "200 100",
"width": "90%"
},
"plotarea": {
"adjust-layout": true,
"margin-right": 35
},
"series": [{