Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ianzeng217 authored Dec 19, 2024
1 parent 7df5729 commit b5ebb38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/03_query/02_dql/canvas/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,8 @@ for i in range(0, 360, 15): # 循环绘制多个旋转的椭圆
return dc.get_data_uri() # 返回图像的 Data URI
```

<img src={Image01.src} height={320} />
## 呈现方式

使用 DQL 语言进行 Canvas 画图,需要通过表格方式在具体表格内呈现具体图像。

![image](./canvas.png)

0 comments on commit b5ebb38

Please sign in to comment.