我正在使用 jqplot 1.0.8 并遇到CategoryAxisRenderer
. y 轴显示数值,x 轴显示数值或字符串值。这就是我选择CategoryAxisRenderer
. 基本上,除了highlighter
. 如果我将鼠标悬停在一个点上,我不会得到 x 轴的值,而是只得到index
值的值。
初始化
PLOT = $.jqplot(that.getId() + '-CONTENT', [array], {
width: $('#' + elemId).width() - 30,
height: 500,
axesDefaults: {
tickRenderer: $.jqplot.CanvasAxisTickRenderer ,
},
axes: {
xaxis: {
renderer: $.jqplot.CategoryAxisRenderer,
tickOptions: {
angle: -90,
fontSize: '8pt'
}
},
yaxis:{
min:1
}
},
highlighter: {
show: true,
tooltipLocation: 'ne',
sizeAdjust: 7.5,
useAxesFormatters: false,
formatString: '%s, %d'
},
cursor: {
show: false
}
});
输出
预期成绩
1) 1978, 1
2)卢布尔雅那大学,37