mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
* add carbon tree chart * a11y and test improvements Co-authored-by: lane-wetmore <lane.wetmore@hashicorp.com>
14 lines
281 B
Handlebars
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
|
|
/> |