2014-12-25 57 views
0

我使用jqplot渲染圖形。如何更改光標(而不是熒光筆)工具提示的文本大小並進行粗體處理?如何更改jqplot光標工具提示大小?

cursor: { 
       style: 'crosshair', 
       show: true, 
       zoom: true, 
       showTooltip: true, 
       followMouse: true, 
       showTooltipDataPosition: true, 
       showVerticalLine: true, 
       useAxesFormatters: true, 
      }, 

回答

相關問題