I was trying to create a matrix of bullet charts in R by creating a list of plotly objects and then using subplot(plot_list, nrows=5).
However, this just overlays each bullet chart on top of each other.
Is there something special I need to do to make bullet charts work with subplot or is it just not compatible with subplot?