朔一

Results 30 comments of 朔一

Thanks for feedback, I will test it on `[email protected]`. And can you show me this real device system version.

```js itemStyle: { opacity: 0.95, shadowColor: "#fff", } ```

试下: ```javascript xAxis: { type: "category", boundaryGap: false, axisLabel: { formatter: `(value) => { 'show source'; return value }`, }, data: ["周一", "周二", "周三", "周四", "周五", "周六", "周日"], } ```

确保是最新 1.9.3 版本,加上 `enableParseStringFunction` 字段: ```js ``` 另外,这里面最好是加上分号: ```js axisLabel: { show: true, formatter: `(value) => { 'show source'; let v = 0; if (value > 0) { if (value...

感谢反馈,已定位到问题,`Android 6` 版本浏览器内核对于 `ES6` 语法支持不全。 目前考虑使用 `babel` 进行转义,预计下个版本修复;

我的新版本环境没有复现。 尝试更新到 `RN 0.61.0` 支持的 最新 `webview` 版本看看,推荐 `11.26.0` 以上。 不行的话,将 `Demo` 中以下三个自定义的依赖移除,保证能单文件运行再提供下代码,我看能不能复现出来。 ```js import { navigationBarStyle } from '../../modules/consts'; import Navigator from '../../modules/navigator'; import PluginStrings from '../../modules/i18n'; ```

试了下没复现,建议: 1、描述机型等详细信息,录制下复现步骤; 2、可以在 `Echarts` PC端复制参数看看是兼容问题还是官方库问题。

你好,鸿蒙具体的版本提供一下。