Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个风向图,这里是一个例子: http: //www.windguru.com 但是在 ExtJs 4 中找不到如何在图表上绘制箭头。
谢谢
一种方法是为箭头的每个方向制作一个图像(比如 12 个不同的图像)
在网格中,只需在单元格中显示图像
使用类似这样的模板:
<img src="/images/arrows/{direction}.gif">
并将 {direction} 替换为商店中的值,例如西北的“NW”