嗨,在弗洛特游乐场(http://flotr.googlecode.com/svn/trunk/flotr/playground/index.html)网站上,Y轴标题也以水平方式显示
请在此处查看图像http://www.tiikoni.com/tis/view/?id=c57a22f
请告诉我如何解决这个问题??
我想要在我的图表下的Y轴垂直样式的文本。
发布于 2011-08-28 22:40:11
您需要通过将选项HtmlText设置为false来禁用它。
发布于 2014-11-26 03:42:55
options = {"HtmlText": false, "yaxis": {"title": "abc", "titleAngle": 90}};正如Fabien Ménager提到的,您需要关闭HtmlText选项。然后可以调整标题和标题角度。
发布于 2011-05-12 23:43:27
查看quick start guide看起来您需要进行更多的研究,并通过使用Flotr.draw()选项找到解决方案
https://stackoverflow.com/questions/5979205
复制相似问题