]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6219 apply feedback for the timeline widget
authorStas Vilchik <vilchiks@gmail.com>
Fri, 18 Sep 2015 13:19:22 +0000 (15:19 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 18 Sep 2015 13:19:22 +0000 (15:19 +0200)
server/sonar-server/src/main/java/org/sonar/server/dashboard/widget/TimelineWidget.java
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 2cccca998aef4b83b15a90a476a66239080b3b2e..c99ab5848e3b7e249c29fe902213b7a0b4e293d6 100644 (file)
@@ -32,7 +32,7 @@ import org.sonar.api.web.WidgetPropertyType;
   @WidgetProperty(key = "metric3", type = WidgetPropertyType.METRIC, options = {WidgetConstants.FILTER_OUT_NEW_METRICS}),
   @WidgetProperty(key = "hideEvents", type = WidgetPropertyType.BOOLEAN),
   @WidgetProperty(key = "chartHeight", type = WidgetPropertyType.INTEGER, defaultValue = "180"),
-  @WidgetProperty(key = "undefinedToZero", type = WidgetPropertyType.BOOLEAN)
+  @WidgetProperty(key = "undefinedToZero", type = WidgetPropertyType.BOOLEAN, defaultValue = "true")
 })
 public class TimelineWidget extends CoreWidget {
   public TimelineWidget() {
index e0b4d1bb954f8b745a9adc7cea4414e4e2e3c220..10a5feaa0316fc3d0a562a8ab95c043221a533fe 100644 (file)
@@ -1235,9 +1235,9 @@ 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.timeline.property.undefinedToZero.name=Zero undefined
-widget.timeline.property.undefinedToZero.desc=Set undefined values to zero
+widget.timeline.limited_histortical_data=Current timeline is reduced to a shorter period because of limited historical data for one or more of the metrics.
+widget.timeline.property.undefinedToZero.name=Default missing data
+widget.timeline.property.undefinedToZero.desc=Graph undefined values as zero. When set to false, the graph is only drawn for the period for which all values are defined.
 
 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.