A typst plugin to run echarts in typst with the use of CtxJS.
Source Code | Source Code | Source Code |
Source Code | Source Code | Source Code |
For more examples see:
https://echarts.apache.org/examples/en/index.html
For the complete documentation for the configuration of echarts, see:
https://echarts.apache.org/en/option.html
#import "@preview/echarm:0.1.0"
// options are echart options
#echarm.render(width: 100%, height: 100%, options: (:))
The version is not the same as the echart version, so that I can update independently. Animations are not supported here!
You can find more information about CtxJS here:
https://typst.app/universe/package/ctxjs/
Version | Echart-Version |
---|---|
0.1.0 | 5.5.1 |