diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-10-09 14:32:14 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-10-09 14:32:14 +0200 |
commit | 2c71aa3039b173b800f0463c2d426b7a69a6fa20 (patch) | |
tree | 55259bb032281f19105e3a76024249b67afb5fe7 /sonar-core | |
parent | 45b9f6870c36040482930d73237d6d98a282f904 (diff) | |
download | sonarqube-2c71aa3039b173b800f0463c2d426b7a69a6fa20.tar.gz sonarqube-2c71aa3039b173b800f0463c2d426b7a69a6fa20.zip |
SONAR-5606 Timeline chart does not behave correctly when measures don't have the same history
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index ccb8accde99..5c7a8ea6563 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1106,6 +1106,7 @@ widget.timeline.property.metric2.name=Metric 2 widget.timeline.property.metric3.name=Metric 3 widget.timeline.property.hideEvents.name=Hide events widget.timeline.property.chartHeight.name=Chart Height +widget.timeline.limited_histortical_data=Current timeline is reduced to a shorter period because of limited historical data for one of the metric. widget.bubble_chart.name=Project File Bubble Chart widget.bubble_chart.description=Display a component's source files in a Bubble chart. Both axes and bubble size are configurable. |