i'm using chartjs with angular. I have an horizontal bar chart and I want to display some data of type 'line' above the bars. It works, if the bar chart is not horizontal.
something like this, but horizontal
Is that possible using chartjs? If so, how?