[SOLVED] How can I label charts?

Hi,
I’m trying to set up a separate page with temperature charts for all rooms in the house.
So far, I was hoping the internal chart engine could do the job with something like:
Frame label=“Temperature Graphics” {
Chart item=gWohnZi
period=2D
refresh=60000
Chart item=gBad
period=2D
refresh=60000

But then I get a flood of graphs and don’t know which is which.
Is there a way to add a label to a Chart?

Thank you!

Josef

Hi,

make sure all your group items have labels defined in their item definitions, then add ‘legend=true’ to your above chart definition. That should give you the legends for all the different colours in your group chart.

Hope this helps.