One by one and with help i get results...
how are transformation works... I have bar chart right now... And also in query string. I would like to color selected bar where in query is string "MASTER"
I would make each type a separate series, give it a higher zIndex (so it appears on top of the other series), then change the #.column.appearance props to the colors you wanted.
My typical process is to bring in the dataset as a custom prop then on the binding of the dataSources prop transform it into an array of JSON objects like the documentation shows.
edit: Ignore this, I might be giving you some bad advice. Let me figure it out then I'll reach out to you.
I'm sorry but I've spent 2 days trying to get this to work and I just can't get it. Unfortunately, this is why I'm forced to use Apex Charts in my project because the XY chart component doesn't do columns how I need them to.