Native charts

Native charts define how to create graphical visualizations from numerical data within your text editor. The format defines:

  • the dataset to be used for the visual display and

  • several different types of graphical displays

    • such as line charts, pie charts, etc.

The following 2 docs contain examples how to create a pie chart within an ODT document and a line chart within a DOCX/PDF document, respectively:

Compatibility

  • supported file formats: DOCX, ODT, PDF. DOCX/ODT templates can generate DOCX/ODT/PDF documents

  • create charts only from your text editor (Microsoft Word or LibreOffice); insert the data series in the XLSX/ODS sheet provided by your text editor

    • charts cannot be copy-pasted from an external XLSX/ODS file

    • external spreadsheets cannot be linked as dynamic series of data

  • in LibreOffice, the {bindChart()} tag is required

  • chart styling (titles, colors, captions, etc.) can only be defined within the text editor

Supported charts

Microsoft Word

FormatTypesSupported

2D/3D Column

clustured, stacked, percent stacked

2D/3D Bar

clustured, stacked, percent stacked

2D/3D Line

line, stacked, percent stacked, line with markers, stacked line with markers, percent stacked line with markers

2D/3D Area

area, stacked, percent stacked

2D/3D Pie

pie

2D/3D Pie

pie of pie, bar of pie

Doughtnut

Doughtnut

Combo

Clustured Column/Line, Stacked Area

Hierarchi

sunburst chart, treemap chart

Statistical

histogram, box and whisker

Waterfall

waterfall, funnel, stock, surface, radar

Scatter

scatter, bubbles

Map

Map

LibreOffice

FormatTypesSupported

Column

normal, stacked, percent stacked

Bar

normal, stacked, percent stacked

Pie

normal, exploded, donut, exploded donut

Area

normal, stacked, percent stacked

Line

point only, points and lines, lines only, 3D Lines

Scatter

point only, points and lines, lines only, 3D Lines

Net

point only, points and lines, lines only, Filled

Column and Line

normal, stacked

Stock

1, 2, 3, 4

Bubble

normal

Last updated