-
The DOM already exposes `data-*` as `dataset` but it's doing transformation from hyphenated to camelCase. [From MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement.dataset):
```
John Do…
-
### 问题描述
import { Chart } from '@antv/g2';
const data = [
{ item: '事例一', count: 40 },
{ item: '事例二', count: 21 }
];
const chart = new Chart({
container: 'container',
autoFit: true,…
-
- [ ] In PWA mode, when you tap to focus in the composer input the keyboard slides up. However, it slides the WHOLE page rather than just the composer. It’s not immediately obvious this is a problem, …
-
### Provide a general summary of the feature here
Chrome 120 introduced the concept of a `CloseWatcher` that can replace a `Esc` key listener. A `CloseWatcher` fires when the `Esc` key is pressed b…
-
## Introduction
As [this sandbox](https://codesandbox.io/s/apx-line-basic-forked-gy13jr?file=/src/app/app.component.html) shows, setting the theme property to `{mode:'dark'}` will instantly change …
-
## 🐛 Bug Report
./node_modules/@ui-kitten/components/ui/input/input.component.js 105:38
Module parse failed: Unexpected token (105:38)
You may need an appropriate loader to handle this fi…
-
### 问题描述
配置click后,点击事件不能实时触发
import { Chart } from '@antv/g2';
const data = [
{ year: '1991', value: 3 },
{ year: '1992', value: 4 },
{ year: '1993', value: 3.5 },
{ year: '1994', val…
-
the chart is not rendering in ios ( showing just white space) but working fine in android. Please help
-
Could not find any version that matches com.facebook.react:react-native:0.20.+.
Versions that do not match: 0.70.4
-
Seems like the tooltip will always render in the center of the screen. No matter where the target is positioned, the tooltip component will show the duplicated children in the center of the screen. In…