定义 jqPlot 水平条的高度和它们之间的距离
Defining the height of the jqPlot horizontal bars and the distance between them
有没有办法定义水平条的高度和它们之间的距离。我正在寻找在视图中放置尽可能多的水平条的可能性。
谢谢!
我的解决方案:
seriesDefaults: {
...
rendererOptions: {
...
barPadding: 1,
barMargin: 10,
barWidth: 20,
...
}
},
有没有办法定义水平条的高度和它们之间的距离。我正在寻找在视图中放置尽可能多的水平条的可能性。
谢谢!
我的解决方案:
seriesDefaults: {
...
rendererOptions: {
...
barPadding: 1,
barMargin: 10,
barWidth: 20,
...
}
},