We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4040196 commit 7dde9abCopy full SHA for 7dde9ab
ui/app/templates/components/line-chart.hbs
@@ -27,7 +27,7 @@
27
<g aria-hidden="true" class="y-axis axis" transform="translate({{this.yAxisOffset}}, 0)"></g>
28
</svg>
29
<div data-test-annotations class="line-chart-annotations" style={{this.chartAnnotationsStyle}}>
30
- {{#each this.processedAnnotations as |annotation|}}
+ {{#each this.processedAnnotations key=this.annotationKey as |annotation|}}
31
<div data-test-annotation class="chart-annotation {{annotation.iconClass}} {{annotation.staggerClass}}" style={{annotation.style}}>
32
<button
33
type="button"
0 commit comments