ECharts 5 charts
Provide the chart configuration within a JSON dataset. The dataset should include:
the chart format
numerical values
extra options
After configuring, the chart is injected as an SVG
image into the document. Refer to the Apache ECharts library for more details.
Compatibility
supported file formats:
PDF
,ODT
,ODS
,ODP
,ODG
,DOCX
,XLSX
✅
ODT
toDOCX
/ODT
/PDF
orODS
toXLSX
/ODS
/PDF
✅
DOCX
toDOCX
/ODT
/PDF
orXLSX
toXLSX
/ODS
/PDF
with the option"hardRefresh": true
, such as{ "convertTo": "docx", "hardRefresh": true }
❌
DOCX
toDOCX
orXLSX
toXLSX
without the option"hardRefresh": true
✅ translations are supported:
cs
,de
,en
,es
,fi
,fr
,it
,ja
,ko
,pl
,pt-br
,ro
,ru
,si
,th
,zh
❌chart configuration doesn't support external dependencies (maps, JS scripts)
❗chart styling (titles, colors, captions, etc.) can only be defined within the JSON dataset
❌ the generated chart is an image, so it's not possible to edit the styling within the template, unlike Native charts
Last updated