hi, hui the idea is put the graph when you hover the cursor over it.
for example when you hover the cursor in dato1 call graph dato1 ...
the cursor in dato2 call graph dato2 ,the cursor in dato3 call graph dato3.
You could change
B4: =IFERROR(HYPERLINK(highlightSeries(B3)),Y32)
C4: =IFERROR(HYPERLINK(highlightSeries(C3)),AA32)
D4: =IFERROR(HYPERLINK(highlightSeries(D3)),AA32)
To extend the Hover area to those cells
The reference to AA32 in D4 is incorrect but it is what you have now