Runtus
Runtus
Hi! I follow the tips you have written here, I put the HTML and CSS files in www folders . But the R studio give me an error "No such...
作者您好,现在中文版教程里无论是线上版本的可编辑代码框(第一张图)还是pull下来本地跑的可编辑代码框(第二张图)都是偏移的,有些偏移会影响代码阅读。 我发现是您一年前在`zh-CN/theme/style1.css`设置的样式代码相关,可能是为了解决当时的可编辑代码框过窄的问题,但现在我注释掉这个样式设置后,能够让可编辑代码框对齐复原,并且不影响阅读。
##### Checklist - [x] `npm test` passes - [x] benchmarks are included - [x] commit message follows commit guidelines - [x] documents are updated ##### Description of change * 增加Label下的transform-exceedAdjust新属性,当label超出...
##### Checklist - [x] `npm test` passes - [ ] benchmarks are included - [ ] commit message follows commit guidelines - [ ] documents are updated ##### Description of...
##### Checklist - [x] `npm test` passes - [x] benchmarks are included - [x] commit message follows commit guidelines - [x] documents are updated ##### Description of change * 增加十字辅助线的设置,并增加了crosshairsX,...
[[中文版模板 / 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...
### Describe the bug / 问题描述 当设置`layout.animation`为false时,会导致donut节点渲染bug,不会直接渲染出donut效果,需要去对节点进行交互时,才能得到donut节点,例如下面这段代码。 ```javascript import { Graph, iconfont } from '@antv/g6'; const style = document.createElement('style'); const data = { nodes: [ {id: 'node1', data: {label: '节点1',...