2021-03-09 04:22:01 +00:00
|
|
|
<div data-test-chart-tooltip class="chart-tooltip {{if @active "active" "inactive"}}" style={{@style}} ...attributes>
|
2021-03-08 18:31:48 +00:00
|
|
|
<ol>
|
|
|
|
{{#each @data as |props|}}
|
2021-03-16 02:45:39 +00:00
|
|
|
{{yield props.series props.datum (inc props.index)}}
|
2021-03-08 18:31:48 +00:00
|
|
|
{{/each}}
|
|
|
|
</ol>
|
|
|
|
</div>
|