hustcc / hustcc/echarts-for-react
Canvas Rendering Anomalies in Some Cases
Open
- Dominant language
- TypeScript
- Stars
- 5k
- Forks
- 650
- PR merge metrics
- No merged PRs in 30d
Description
When attempting to display an ECharts component after the page has finished rendering, the canvas may fail to render.
Code example:
```
{dataType === DataTypeEnum.TABLE ? (
) : (
)}
```
When updating `dataType` to display the ECharts component, the chart does not appear. Inspecting the element in DevTools reveals that no corresponding canvas node exists in the DOM.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.