{{this.title}} {{#if this.description}} {{this.description}} {{else}} X-axis values range from {{this.xRange.firstObject}} to {{this.xRange.lastObject}}, and Y-axis values range from {{this.yRange.firstObject}} to {{this.yRange.lastObject}}. {{/if}} {{#if this.ready}} {{yield (hash Area=(component "chart-primitives/area" colorClass=this.chartClass curve="linear" xScale=this.xScale yScale=this.yScale xProp=this.xProp yProp=this.yProp width=this.yAxisOffset height=this.xAxisOffset) ) to="svg"}} {{/if}} {{#if this.ready}} {{yield (hash VAnnotations=(component "chart-primitives/v-annotations" timeseries=@timeseries format=this.xFormat scale=this.xScale prop=this.xProp height=this.xAxisOffset) ) to="after"}} {{/if}}

{{this.activeDatumLabel}} {{this.activeDatumValue}}