XinYu Zhou

Results 12 issues of XinYu Zhou

[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...

vchart
typescript
block-vchart
lark-vchart
tt-vchart
bundler
vchart-schema
docs
vchart-types

### Version 1.11.11 ### Link to Minimal Reproduction 1.11.11 ### Steps to Reproduce import { isMobile } from 'react-device-detect'; import type { IAreaChartSpec } from '../../../../src/index'; // eslint-disable-next-line no-duplicate-imports import...

bug

### Version 1.11.10 ### Link to Minimal Reproduction 1.11.10 ### Steps to Reproduce ``` const radius = 0.8; const spec = { type: 'circularProgress', data: [ { id: 'id0', values:...

bug

### What problem does this feature solve? 鸿蒙内定义spec太麻烦了,spec内有各种类型包括函数,还有嵌套类型。 目前的spec定义的interface没法用,在Harmony中会报错。 ### What does the proposed API look like? harmony内可用的spec定义描述 或者命令形式的API

tutor
open-harmony

### Version 1.11.1 ### Link to Minimal Reproduction 1.11.1 ### Steps to Reproduce { type: 'area', autoFit: true, data: { id: 'data', values: [ { x: '2:00', y: 42 },...

bug

### Version 1.11.2 ### Link to Minimal Reproduction 1.11.1 ### Steps to Reproduce ![img_v3_02cb_9eae4591-454b-4f51-b5c2-248b2e2b18fg](https://github.com/VisActor/VChart/assets/26994055/7ff0c552-4a2e-445c-b8db-0b3cdc461687) ### Current Behavior error ### Expected Behavior no error ### Environment ```markdown - OS: - Browser:...

bug