ChartJs como desativar a folha de paus

options: {
    tooltips: {enabled: false},
    hover: {mode: null},
  }
VahidTheGreat