7

I am trying to build the stacked bar graph using ngx-charts in angular 4.x. While displaying the data labels, I am using tooltip template and able to display, but I want those labels to show up always (instead on only on mouse-over).

How I can achieve this in ngx-charts?

Sample Stacked Bar Chart

Ajay
  • 746
  • 1
  • 10
  • 25

1 Answers1

0

You can use the boolean [showDataLabel]="showDataLabel"

Raphael
  • 43
  • 5