我无法弄清楚这可能是什么原因。我尝试过autoscaling,canvasaxistickrenderer,linearaxistickrenderer等,但似乎没什么用。
这些是我的y轴选项:
var y1AxisOptions = {
show : true,
pad : 0,
tickRenderer: $.jqplot.CanvasAxisTickRenderer,
rendererOptions: { alignTicks: true },
tickOptions: {
mark: 'cross',
showMark: true,
showGridline: true,
markSize: 5,
show: true,
showLabel: true,
formatString:"%'d " ,
fontSize: '8pt'
},
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
autoscale: true,
useSeriesColor : true,
syncTicks : true,
labelOptions: {
fontFamily: 'Verdana',
fontWeight: 'bold',
fontSize: '10pt'
}
}
请提供有关可能导致此问题的任何见解。非常感谢。