diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-22 18:59:58 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-22 18:59:58 +0200 |
commit | a771c38d51e041fc274e567effa9e06a2566b6cf (patch) | |
tree | 97f01175cbdcdcf5b8cfc21979d713e5f11c14f2 /plugins/sonar-l10n-en-plugin/src | |
parent | 69c57fc4be9f4e552c69a6cdaeb5ee294eaabc62 (diff) | |
download | sonarqube-a771c38d51e041fc274e567effa9e06a2566b6cf.tar.gz sonarqube-a771c38d51e041fc274e567effa9e06a2566b6cf.zip |
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)
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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. |