Curly Brackets

Results 9 issues of Curly Brackets

When I configure the initial project, I need to set some common devDependencies, such as commitlint, husky, babel. Ideally, it is written to the repo root's package.json, but `lerna add`...

scope: package management

# Demo Effect ![2021-09-10 21 14 41](https://user-images.githubusercontent.com/76864176/132859347-f61059f4-2b01-4625-a831-9d1fe4d7168c.gif) # Why need this feature? I'm working on develop a github markdown editor, but the preview pane is too crowd in Macbook 13...

# Content 1. Migrate source codes to **TypeScript** to reduce coding error rate. 2. Abstract logic by **OOP**, all cards based on class Card, easier to create new type of...

enhancement

Update to the newest Readme(Jul 20, 2021, #fede678) #393

doc-translation

Closes #103 ### Description Reason: The @unocss/preset-typography sets a padding-left of only 1.5em for ol/ul markers that contain two characters, which is not enough space. Increasing the padding-left to 2em...

If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR. - [ ] I've tested the code...

- **问题分析**:在移动端点击 series 区域不会触发 click 事件,由于 viewGL.dataIndex 依赖 mousemove 更新,而移动端没有mousemove 的步骤,因此点击时拿不到 viewGL.dataIndex,也就无法确定点击区域 - **解决方法**:在 mousedown 时更新 viewGL.dataIndex

- **问题描述**:首次 hover 到 dataIndex = 0 的区块不会高亮 - **问题分析**:_lastHoverDataIndex 默认值为 0,代表初始 hover 区域为 dataIndex = 0 的区块,在 mouseover 逻辑中前后 dataIndex 相等不会执行高亮处理 - **解决方法**:从 _lastHoverDataIndex 的定义上来看,默认状态应该为 -1, 代表 hover 区域为空,这也和...

![2024-04-24 18 18 47](https://github.com/ecomfe/echarts-gl/assets/76864176/f40e10fe-a3e5-4324-8a64-24db90a546a9) 如演示,第一次 hover 时不会高亮,mouseout 后再 hover 会高亮。如果在空白区域点击做 setOption(),可以再次重现。