jqplot:超出轴范围的绘图

时间:2014-04-16 11:53:30

标签: jqplot

我无法弄清楚这可能是什么原因。我尝试过autoscaling,canvasaxistickrenderer,linearaxistickrenderer等,但似乎没什么用。

enter image description here

这些是我的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'       
         }  
    }

请提供有关可能导致此问题的任何见解。非常感谢。

0 个答案:

没有答案