### Prerequisites - [ ] There isn't an existing issue that reports the same bug to avoid duplicates. - [ ] The provided information offers a [minimal reproducible example](https://github.com/Tencent/cherry-markdown/tree/main/examples) of the bug, ([Why create a Minimal](https://stackoverflow.com/help/minimal-reproducible-example)). - [ ] For [Q&A](https://github.com/Tencent/cherry-markdown/discussions/categories/q-a), please open a [GitHub Discussion](https://github.com/Tencent/cherry-markdown/discussions) instead. ### Version 0.11.0-alpha-5 ### Reproduction Link _No response_ ### Describe the Bug | :line: {"title": "销售趋势图"} | Q1 | Q2 | Q3 | Q4 | | :-: | :-: | :-: | :-: | :-: | | 产品A | 120 | 150 | 180 | 200 | | 产品B | 90 | 110 | 140 | 170 | | 产品C | 60 | 80 | 100 | 130 |这种格式的数据无法渲染渲染出折线图,我这是vue项目的,已经这样配置了 engine: { global: { chart: { enableChart: true, chartRenderEngine: echarts, externals: ['echarts'], }, }, }, ### System Information ```Shell ``` ### Contributing None
Prerequisites
There isn't an existing issue that reports the same bug to avoid duplicates.
The provided information offers a minimal reproducible example of the bug, (Why create a Minimal).
For Q&A, please open a GitHub Discussion instead.
Version
0.11.0-alpha-5
Reproduction Link
No response
Describe the Bug
System Information
Contributing
None