I am trying to build a folded bar graph using ngx charts in angular 4.x. By showing data labels, I use a tooltip template and am able to display, but I want these labels to always be displayed (instead, only when hovering).
How can I achieve this in ngx diagrams?

source
share