Conversation
|
…on options Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
|
🎊 PR Preview a42a6b3 has been successfully built and deployed to https://antvis-GPT-Vis-preview-playground-pr-303.surge.sh 🕐 Build time: 0.01s 🤖 By surge-preview |
|
@copilot 不用写类似这样的代码了,也不用 export 各个图表的 Options: 全部直接使用 VisualizationOptions 类型定义即可,并且统一 export 一个 VisualizationOptions。 |
…c aliases Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
|
@copilot 把 pie 组件挪到 src/ai/vis 目录中,并且同样的去掉 PieOptions,改成直接使用 VisualizationOptions。 |
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
Fixed! Updated the playground import path from |

Fix: Update Playground Import Path for Pie Component
'../pie/index'to'../vis/pie/index'Summary
Fixed the CI failure in the playground build caused by the pie component being moved to the
src/ai/vis/pie/directory. The playground was still importing from the old path../pie/indexwhich no longer existed.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.