jqplot - 使用图像作为刻度
我希望能够用图片代替 y 轴上的 1 - 10,我的例子是笑脸。 10 件快乐,1 件悲伤。
有没有办法将图像设置为刻度,是否有人管理过此操作,或者有人知道如何使用钩子或自定义渲染器来执行此操作?
谢谢
汤姆
I want to be able to have, instead of 1 - 10 on the y axis have pictures instead, my example is smiley faces. A happy one for 10 and a sad one for 1.
Is there any way to set images as the ticks, has anyone managed this at all, or does anyone know how to use hooks or custom renderers to do this?
Thanks
Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
轴刻度只是图表 div 内的 div。
您可以获取它们的集合并用您自己的 HTML 替换它们。
例如,假设您有名为“smiley-XX.png”的图像,其中 XX 是数字,您可以这样做:
axis ticks are just divs inside the graph's div.
you can get a collection of them and replace their HTML with your own.
e.g. assuming you have images named "smiley-XX.png" with XX being a number you could do it so: