{{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" 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) HAnnotations=(component "chart-primitives/h-annotations" format=this.yFormat scale=this.yScale prop=this.yProp left=this.canvasDimensions.left width=this.canvasDimensions.width) Tooltip=(component "chart-primitives/tooltip" active=this.activeData.length style=this.tooltipStyle data=this.activeData) ) to="after"}} {{/if}}