页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

Single Chart Mode


  1. Upload a CSV file to the Confluence page

    代码块
    City,Jan,Feb,Mar
    Beijing,120,80,200
    Shanghai,140,50,210
    Guangzhou,170,100,250
    Hongkong,150,70,300
    Taibei,180,120,280
    
    In Single Chart Mode:
    First column and row will be used as data series.
  2. Insert SVG Chart Macro
  3. Configure the macro, select uploaded file and Using SVG Chart Macro
Svg chart macro
namechart.csv
page从CSV文件生成图形




Combined Chart Mode


  1. Upload a CSV file to the target Confluence page 

    代码块
    <type>,City,Jan,Feb,Mar
    ,Beijing,120,80,200
    bubble,Shanghai,140,50,210
    line,Guangzhou,170,100,250
    bar,Hongkong,150,70,300
    ,Taibei,180,120,280
    
    
    In Combined Chart Mode:
    First column will be used for legend. Title has to be <type> assigning chart type for each line. If it's blank or with invalid character, it will display based on the basic chart type selected in SVG Chart Macro.
    Second column will be used for data series.
  2. Insert SVG Chart Macro
  3. Edit macro parameters, select uploaded CSV file and Using SVG Chart Macro


包含页面
__combination chart notice
__combination chart notice

Svg chart macro
namechart_combination.csv
page从CSV文件生成图形





CSV Example

附件
patterns*.csv
page从CSV文件生成图形