<:legend_item name="My First Metric" color="blue" on_click={JS.push("test")}>
</:legend_item>
<:legend_item name="My Second Metric" color="green" on_click={JS.push("test")}>
</:legend_item>
<:legend_item name="My Third Metric" color="orange" on_click={JS.push("test")}>
</:legend_item>
<:legend_item name="My Fourth Metric Not Clickable" color="indigo">
</:legend_item>
|