Flatten issue

Hi everyone!

I'm currently using the official dataset for learning and would like to ask if it's possible to visualize "products.taxful_price" (an array of numbers) in a stacked bar chart style within a view?

For example:
"products.taxful_price": [
33,
42
]
I'm hoping to display the first number stacked on top of the second number.

Thank you!

Thanks for reaching out, @john900502. Please provide further context regarding what you were expecting and the issue you are facing. Are you using Vega? Do you have a complete code sample you can provide?