.dataset0 {fill: blanchedalmond; stroke:blanchedalmond;} .dataset1 {fill: lightgreen; stroke:lightgreen;}
dataset
is the number of the
graph. You need at least as many dataset-entries as you have
datasets.
fill
and
stroke
should always be the same. Otherwise the
legend will have different colors than the curves.
fill
attribute must not be set for LineGraphs
otherwise the curves will get filled.
config.py
and defaults to lightgreen.
string:converter
to get the legend data from
the DataConverter. If the choosen DataConverter is not able to
generate the legend, you will get an error message on your
generated diagram.string:
as TALES-Expression.