vault/ui/app/components/tree-chart.hbs
Vault Automation 591e963342
add carbon tree chart (#11965) (#11970)
* add carbon tree chart

* a11y and test improvements

Co-authored-by: lane-wetmore <lane.wetmore@hashicorp.com>
2026-01-23 23:59:12 +00:00

14 lines
281 B
Handlebars

{{!
Copyright IBM Corp. 2016, 2025
SPDX-License-Identifier: BUSL-1.1
}}
<div
{{did-insert this.setupChart}}
{{did-update this.updateChart @data}}
{{will-destroy this.destroyChart}}
role="img"
aria-label={{@title}}
data-test-tree-chart={{@title}}
...attributes
/>