File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ https://echarts.apache.org/en/option.html
3939## Usage
4040
4141``` typst
42- #import "@preview/echarm:0.3.0 "
42+ #import "@preview/echarm:0.2.1 "
4343
4444// options are echart options
4545#echarm.render(width: 100%, height: 100%, options: (:))
@@ -60,7 +60,7 @@ https://typst.app/universe/package/ctxjs/
6060| 0.1.0 | 5.5.1 |
6161| 0.1.1 | 5.5.1<sup >1</sup > |
6262| 0.2.0 | 5.6.0 |
63- | 0.3.0 | 5.6.0<sup >2</sup > |
63+ | 0.2.1 | 5.6.0<sup >2</sup > |
6464
6565<sup >1</sup > new eval-later feature
6666<sup >2</sup > compatibility with typst 0.13 using ctxjs 0.3.0
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ https://echarts.apache.org/en/option.html
3939## Usage
4040
4141``` typst
42- #import "@preview/echarm:0.3.0 "
42+ #import "@preview/echarm:0.2.1 "
4343
4444// options are echart options
4545#echarm.render(width: 100%, height: 100%, options: (:))
@@ -60,7 +60,7 @@ https://typst.app/universe/package/ctxjs/
6060| 0.1.0 | 5.5.1 |
6161| 0.1.1 | 5.5.1<sup >1</sup > |
6262| 0.2.0 | 5.6.0 |
63- | 0.3.0 | 5.6.0<sup >2</sup > |
63+ | 0.2.1 | 5.6.0<sup >2</sup > |
6464
6565<sup >1</sup > new eval-later feature
6666<sup >2</sup > compatibility with typst 0.13 using ctxjs 0.3.0
Original file line number Diff line number Diff line change 11[package ]
22name = " echarm"
3- version = " 0.3.0"
3+ version = " 0.2.1"
4+ compiler = " 0.13.0"
45entrypoint = " lib.typ"
56authors = [" lublak" ]
67license = " MIT"
You can’t perform that action at this time.
0 commit comments