
我使用的是primefaces p:barChart,它是jqplot api的一部分。
我想从jqplot-highlighter tooltip()中删除列号(最小的1)我假设答案在以下http://www.jqplot.com/docs/files/jqPlotOptions-txt.html中的一个选项中,但我没有找到正确的一个
有没有人可以给我指给我看相关的信息?
谢谢
发布于 2012-10-31 01:56:41
function ext() {
this.cfg.highlighter = {
tooltipAxes: 'y'
};
}https://stackoverflow.com/questions/13141092
复制相似问题