From a771c38d51e041fc274e567effa9e06a2566b6cf Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Mon, 22 Aug 2011 18:59:58 +0200 Subject: SONAR-2074 Improve timeline widget - Add top and bottom "padding" inside the graph for better readibility - Display a message if only 1 snapshot available - Display the "legend" under the graph with localized metric names - Add possibility to specify widget height in the options - Select first the last snapshot values when rendering the widget - Add date label (localized) --- .../src/main/resources/org/sonar/l10n/core.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/sonar-l10n-en-plugin') diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index f61dd520ddd..a61de34dc63 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -510,6 +510,7 @@ widget.size.paragraphs.suffix=\ paragraphs widget.timeline.name=Timeline widget.timeline.description=Displays up to 3 metrics on a history chart. +widget.timeline.timeline_not_displayed=The timeline won't be displayed as currently only 1 snapshot is available. widget.ckjm.name=Chidamber & Kemerer widget.ckjm.description=Reports on LCOM4 and RFC average and distribution. -- cgit v1.2.3