Labeling of charts not working

Hi,

I am defining two charts in my sitemap as follows:

Frame label="Testdiagramm" {
     Chart item=KitchenTemperature period=h refresh=7200 icon="temperature" label="Temperatur Küche"             
     Chart item=KitchenTemperature period=h refresh=7200     
                        }

The result I get is the same for both charts:

How do I use the icon and label settings so that they show on the sitemap?

Cheers
Wolfgang

Isn’t that what the legend=true option is for?

1 Like

This is what legend=true is doing:

That is because the item labels are used.

1 Like

And that means…?

Just check the item definition file. At the item definitions, it is very probably named “Kitchen temperature”. Just rename it to “Küchentemperatur” in the item definition file, then it should also show in the chart.

1 Like