Build stacked bar chart and rotate x axis labels vertically

Hi Isaac! To specifically answer your question, the data here is looking for an array of values as an input. There are a few ways to grab that depending on your data structure, which might be different that jane's object of arrays above. I talk a bit about that type of transformation here: How to prefill the content of dropdown from a query? - #6 by alex-w

The easiest way to accomplish this thread as a whole is actually using our new Plotly component now- you can switch it over to using raw Plotly JSON as your input.

Here is a JSON export example of the basic example that Plotly has on their docs

4 Likes