Chartjs-Chart.js StackedBar doesn't show labels on bar and maximum y-value

1👍

Chart.js doesn’t show the data because it is required to set some parameters:

  • HoverBackgroundColor
  • HoverBorderWidth
  • HoverBorderColor

After settings them, the chart is working.

Leave a comment