Single area (no datatype so defaults to "line"). No other markings at all %CHART{ type="arealine" name="arealine_1" title="arealine test #1" table="1" data="R2:C7..R7:C7" }% |
|
Multiple areas, single line (datatype not specified) %CHART{ type="arealine" name="arealine_2" title="arealine test #2" table="1" data="R2:C4..R7:C7" }% |
|
Add datatype="area line area line" to above %CHART{ type="arealine" name="arealine_3" title="arealine test #3" table="1" data="R2:C4..R7:C7" datatype="area line area line" }% |
|
Change to datatype="line line line line" %CHART{ type="arealine" name="arealine_4" title="arealine test #4" table="1" data="R2:C4..R7:C7" datatype="line line line line" }% |
|
Change to datatype="line line line area" %CHART{ type="arealine" name="arealine_5" title="arealine test #5" table="1" data="R2:C4..R7:C7" datatype="line line line area" }% |
|
Change to datatype="area area area line" %CHART{ type="arealine" name="arealine_6" title="arealine test #6" table="1" data="R2:C4..R7:C7" datatype="area area area line" }% |
|
Add X axis to above %CHART{ type="arealine" name="arealine_7" title="arealine test #7" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" }% |
|
Add Y axis to above %CHART{ type="arealine" name="arealine_8" title="arealine test #8" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" }% |
|
Add ymin="0" to above %CHART{ type="arealine" name="arealine_9" title="arealine test #9" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" }% |
|
Add ymax="200" to above %CHART{ type="arealine" name="arealine_10" title="arealine test #10" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ymax="200" }% |
|
Restore default ymax and add ylabel="Hello there" to above %CHART{ type="arealine" name="arealine_11" title="arealine test #11" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" }% |
|
Add xlabel="Yep, an X title" to above %CHART{ type="arealine" name="arealine_12" title="arealine test #12" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" }% |
|
Add datalabel="on" to above %CHART{ type="arealine" name="arealine_13" title="arealine test #13" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" datalabel="on" }% |
|
Add datalabel="box" to above %CHART{ type="arealine" name="arealine_14" title="arealine test #14" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" datalabel="box" }% |
|
Add legend to above %CHART{ type="arealine" name="arealine_15" title="arealine test #15" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" datalabel="box" legend="R1:C4..R1:C7" }% |
|
Specify different colors to above. Now are lite red, lite green, lite blue, gray instead of #FF3333, #FFFF33, #33FF33, #CC66FF, #99FFFF, #FFCC00, #008000, #FF8080, #3366CC, #800080 %CHART{ type="arealine" name="arealine_16" title="arealine test #16" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" datalabel="box" legend="R1:C4..R1:C7" colors="#ffAAAA,#AAffAA,#AAAAff,#AAAAAA" }% |
|
Restore default colors and change datalabel such that only the last area has values in boxes and the 2nd to last has values (no box) to above %CHART{ type="arealine" name="arealine_17" title="arealine test #17" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R1:C4..R1:C7" datalabel="off off on box" }% |
|
Change ygrid="on" to above and change legend so only the last data set shows values in boxes %CHART{ type="arealine" name="arealine_18" title="arealine test #18" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R1:C4..R1:C7" datalabel="off off off box" ygrid="on" }% |
|
Change ygrid="off" to above %CHART{ type="arealine" name="arealine_19" title="arealine test #19" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R1:C4..R1:C7" datalabel="off off off box" ygrid="off" }% |
|
Change xgrid="on" to above %CHART{ type="arealine" name="arealine_20" title="arealine test #20" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R1:C4..R1:C7" datalabel="off off off box" ygrid="off" xgrid="on" }% |
|
Change xgrid="off" to above %CHART{ type="arealine" name="arealine_21" title="arealine test #21" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R1:C4..R1:C7" datalabel="off off off box" ygrid="off" xgrid="off" }% |
|
Change to width="300" %CHART{ type="arealine" name="arealine_22" title="arealine test #22" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R1:C4..R1:C7" datalabel="off off off box" ygrid="off" xgrid="off" width="300" }% |
|
Change to height="150" %CHART{ type="arealine" name="arealine_23" title="arealine test #23" table="1" data="R2:C4..R7:C7" datatype="area area area line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R1:C4..R1:C7" datalabel="off off off box" ygrid="off" xgrid="off" width="300" height="150" }% |
|
Default width/height. Get data from ChartPluginTestsRemote. Specify table="2" on new topic="ChartPluginTestsRemote". Actual values should show up incremented by 0.52 since data is from a different topic page and the 0.02 denotes the data is from the 2nd table. Legend should show up with Remote since the data on the remote page was set up to include Remote in the legends %CHART{ type="arealine" name="arealine_24" title="arealine test #24" web="TWiki04" topic="ChartPluginTestsRemote" table="2" data="R4:C2..R7:C7" datatype="area area area line" xaxis="R2:C2..R2:C7" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R4:C1..R7:C1" datalabel="off off off box" ygrid="off" xgrid="off" }% |
|
Same as above except add an additional data set (averages) that is calculated by %CALC%. %CHART{ type="arealine" name="arealine_25" title="arealine test #25" web="TWiki04" topic="ChartPluginTestsRemote" table="2" data="R4:C2..R8:C7" datatype="area area area line" xaxis="R2:C2..R2:C7" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R4:C1..R8:C1" datalabel="off off off box" ygrid="off" xgrid="off" }% |
|
Same as above except specify bgcolor light blue and orange. %CHART{ type="arealine" name="arealine_25b" title="arealine test #25 with bgcolor" web="TWiki04" topic="ChartPluginTestsRemote" table="2" data="R4:C2..R8:C7" datatype="area area area line" xaxis="R2:C2..R2:C7" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R4:C1..R8:C1" datalabel="off off off box" ygrid="off" xgrid="off" bgcolor="#EEEEFF #FFA000"}% |
|
Set title="Set new title, arealine test #26" to above %CHART{ type="arealine" name="arealine_26" title="Set new title, arealine test #26" web="TWiki04" topic="ChartPluginTestsRemote" table="2" data="R4:C2..R8:C7" datatype="area area area line" xaxis="R2:C2..R2:C7" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R4:C1..R8:C1" datalabel="off off off box" ygrid="off" xgrid="off" }% |
|
Same as above except add alt="This is the alt tag" %CHART{ type="arealine" name="arealine_27" title="Set new title, arealine test #27" web="TWiki04" topic="ChartPluginTestsRemote" table="2" data="R4:C2..R8:C7" datatype="area area area line" xaxis="R2:C2..R2:C7" yaxis="on" ymin="0" ylabel="Hello there" xlabel="Yep, an X title" legend="R4:C1..R8:C1" datalabel="off off off box" ygrid="off" xgrid="off" alt="This is the alt tag" }% |
|