lessmost

Results 4 comments of lessmost

> 各位大佬想问一下,4.0版本 chart.line().select() 还可以使用吗? 在使用的过程中发现报错了,若是不能使用了,麻烦问一下,怎么修改选中态折线的样式呢?感谢 4.x 状态需要在 Element 上设置, line.elements.forEach(elem => elem.setState('selected', true))

> 多谢指出问题,我们最近正在做新主题的实现和新官网的开发,所以有一段时间没有打理旧的站点了。 > 这个站点会在这个月更新一版,到时候我再关掉此issue~ 官网搞好了吗?都过去 2 个月了

@tsmaeder @Guusggg I believe the issue stems from the `registerDiffInformationCommand` API not being implemented in the `plugin-context.ts` file, see [https://github.com/eclipse-theia/theia/blob/9332521b9aa74bf534d45968905d37e30a13c3b5/packages/plugin-ext/src/plugin/plugin-context.ts#L428](https://github.com/eclipse-theia/theia/blob/9332521b9aa74bf534d45968905d37e30a13c3b5/packages/plugin-ext/src/plugin/plugin-context.ts#L428) Additionally, the function is missing or commented out in the...