Hello everyone,
I am now editing the pie chart section of the dashboard, I want to add a list of URLs to let click implementation to jump multiple interfaces at the same time.
<DrillDown>
<condition field = "a">
<link target = "_blank"> https://bilibili.com </ limited>
</ condition>
<condition field = "a">
<link target = "_blank"> https://baidu.com </ limited
</ condition>
</ DrillDown>
Below this section can only implement clicking a single page A, how to implement simultaneous jump to page A and page B or other interface? Please advise