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!