You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a chart in a sitemap (no matter if created in the UI or .sitemap file), the title won't be displayed anymore:
UI:
Code:
Group label="Corona Statistik AT" {
Text item=CoronaStatisticsAT_NewCases label="Neue Fälle"
Text item=CoronaStatisticsAT_NewDeaths label="Neue Tote"
Text item=CoronaStatisticsAT_Updated label="Daten vom [%1$td.%1$tm.%1$tY, %1$tH:%1$tm]"
Chart icon="chart" item=CoronaStatisticsAT_NewCases refresh=60000 service="rrd4j" period="W" label="Neue Fälle"
}
Result: Chart is being displayed, but without given title:
Expected behavior
When label= is being used, the label should be displayed as well
ghys
changed the title
[3.1.0-SNAPSHOT - Build #2127]: Labels of charts won't be displayed in basicUI
[UIComponentsSitemapProvider] Missing chart labels
Jan 14, 2021
The problem
When using a chart in a sitemap (no matter if created in the UI or .sitemap file), the title won't be displayed anymore:
UI:
Code:
Result: Chart is being displayed, but without given title:
Expected behavior
When label= is being used, the label should be displayed as well
Steps to reproduce
Your environment
Browser console
Browser network traffic
Additional information
The text was updated successfully, but these errors were encountered: