Single chart mode
In single mode:
- the data in the first row and column of the embedded table or CSV file will be used as the title of the chart.
Jan | Feb | Mar | Apr | May | Jun | |
---|---|---|---|---|---|---|
Download | 1200 | 820 | 1100 | 2900 | 3600 | 3802 |
Upload | 89 | 260 | 300 | 1200 | 1500 | 1100 |
Combination chart mode
In combination mode,
- the first row of the embedded table or CSV file will be used as the title of the chart.
- the first column of embedded table or CSV file will be used as the chart type for each series.
- the second column of the embedded table or CSV file will be used as the title of the chart.
- only available for series orientation is 'columns'
To show multi-chart in on diagram:
- input <type> as header of first column
- input available chart type for each line
Supported chart types in the combined chart mode:
- bar
- line
- spline
- area
- area-spline
- step
- area-step
- bubble
- If unsupported chart type is selected such as pie chart, the bar chart will be used instead.
- In combined chart mode, data series will be based on data from columns.
- Combined chart mode doesn't support quick switch tool bar.
<type> | Jan | Feb | Mar | Apr | May | Jun | |
---|---|---|---|---|---|---|---|
Download | 1200 | 820 | 1100 | 2900 | 3600 | 3802 | |
bar | Upload | 89 | 260 | 300 | 1200 | 1500 | 1100 |