{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}}
{{#let (scale-band domain=this.xDomain range=(array 0 width) padding=0.1) (scale-linear range=(array this.chartHeight 0) domain=this.yDomain) (scale-linear range=(array 0 this.chartHeight) domain=this.yDomain) as |xScale yScale hScale| }} {{@chartTitle}} {{#if (and xScale.isValid yScale.isValid)}} {{/if}} {{#if (and xScale.isValid yScale.isValid)}} {{#each this.chartData as |d|}} {{/each}} {{/if}} {{#if this.activeDatum}}

{{this.activeDatum.legendX}}

{{this.activeDatum.tooltip}}

{{/if}} {{/let}}
{{#if @showTable}}
Underlying data <:head as |H|> Month {{if @dataKey (humanize @dataKey)}} Count <:body as |B|> {{#each this.chartData as |row|}} {{row.legendX}} {{row.legendY}} {{/each}}
{{/if}}