How to manually highlight stacked bar chart?

Hi Guys

I am trying to implement cross-filtering and need to manually highlight specific bars in a bar chart or dots in a scatter chart. I know that we can use the selectedpoints parameter for a normal bar chart, but I’m not sure how to highlight a specific part of a stacked bar chart. Which parameter do I use to achieve this?

From
image

to
image

Really appreciate it

Hi @john_zhang welcome to the forums.

Do you want it to be highlighted on hover?n If not, how?

Maybe interesting:

Was this issue resolved ? I am facing the same issue. Considering the same stacked bar chart example, can you please let me know how to manually highlight the specific cell on that bar “on click” and then reset it back to original color if we click anywhere else except the bars ?