baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.31k stars 2.51k forks source link

sdk 渲染不了图表 #6619

Closed hq520it closed 1 year ago

hq520it commented 1 year ago

描述问题:

引入的 sdk渲染不了chart内容,然后在editor 里拖一个图表,editor编辑状态与预览状态都可以显示。然后把json复制到index.html,渲染不了,没有canvas节点内容,但index.html渲染其它表单是没问题的,所以不清楚是不是缺少什么库,主要是它又没报错。

截图或视频:

可以的话,尽可能提供截图或视频来补充描述你的问题...

如何复现(请务必完整填写下面内容):

  1. 你是如何使用 amis 的? npm install得到的sdk,在静态文件上index.html引入里面所有的样式与sdk.js、charts.js。

  2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 amis 2.9.0

  3. 粘贴有问题的完整 amis schema 代码:

    
    <!DOCTYPE html>
    <html lang="zh">
amis demo



4. 操作步骤
请简单描述一下复现的操作步骤...
github-actions[bot] commented 1 year ago

👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

hq520it commented 1 year ago

换回2.8.0版本的sdk正常

2betop commented 1 year ago

收到,我们看看

2betop commented 1 year ago
image

看起来不能复现啊

2betop commented 1 year ago

请尝试最新版本,有问题再 reOpen