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.
我的简介是(相对)简单的:从打开的 WebSocket 接收数值,并在收到数字时更新仪表。
除了能够将新号码加载到商店并让仪表响应之外,我拥有一切。
从长远来看,我想编写自己的代理来与 websocket 连接进行交互,但为了帮助理解 Ext.JS,我想手动执行此操作。
如果手动编辑的值直接反映在 Ext.JS 图表中,谁能推荐资源?
非常欢迎您提供线索,
M。
store.getAt(0).record.set('myGaugeVal', 10)
试图将图表与商店分离听起来会带来痛苦。只需手动覆盖商店本身的价值