# Label visibility

const config = {
  type: 'line',
  data,
  options: {
    plugins: {
      tooltip: {
        display: false,
      },
      annotation: {
        common: {
          drawTime: 'beforeDatasetsDraw'
        },
        annotations: {
          annotation1,
          annotation2
        }
      }
    }
  }
};
Last Updated: 5/15/2023, 12:03:46 PM