# Label visibility

const config = {
  type: 'line',
  data,
  options: {
    plugins: {
      tooltip: {
        enabled: false,
      },
      annotation: {
        annotations: {
          annotation
        }
      }
    }
  }
};
Last Updated: 12/14/2021, 5:44:27 PM