欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

jqplot的问题 博客分类: 记录 jqplot中文坐标轴Axis 

程序员文章站 2024-03-25 17:55:40
...
1.jqplot在IE 8下如果使用

tickRenderer: $.jqplot.CanvasAxisTickRenderer,


则无法显示中文。

如果使用:

tickRenderer: $.jqplot.CanvasAxisRenderer,


则无法旋转文字。