@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() {
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.