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.
根据我的要求,我需要在煎茶图中投影。
是否可以在煎茶图表中添加阴影?
谢谢,纳格。
我getShadowOptions在touchcharts-debug.js. 有了它,我可以更改阴影选项,如阴影宽度、阴影颜色和模糊度。但不能带来阴影。
getShadowOptions
touchcharts-debug.js
getShadowOptions: function(force) { return { shadowOffsetX: 3, shadowOffsetY: Ext.is.Android ? -2 : 2, shadowBlur: 3, shadowColor: '#000000' }; },