|
Processor Chart Test in split format
Here is a test chart:
|
Here is a test chart:
{{TableOfContents}}
|
Show in split mode to see all three charts.
|
Show in split mode to see all three charts.
|
See also TableChartTest
|
See also [[TableChartTest]]
|
|
= Line Chart =
{{{#!Chart
chart_type=line
title=TBWiki line chart
top_margin=20
data1=120,180,25,50
data2=100,120,130,20
data3=180,20,110,80
labels=Q1, Q2, Q3, Q4
colors=green,blue ,red
}}}
|
|
= Bar Chart =
{{{#!Chart
chart_type=bar
title=TBWiki bar chart
top_margin=20
data1=120,150,25,50
data2=100,120,130,20
data3=180,20,110,80
labels=Q1, Q2, Q3, Q4
colors=green,blue ,red
}}}
|
|
= Pie Chart =
{{{#!Chart
chart_type=pie
title=TBWiki pie chart
top_margin=20
data1=120,150,25,50
labels=Q1, Q2, Q3, Q4
colors=green,blue ,red
}}}
|
|
|