# Basic

const config = {
  type: 'line',
  data,
  options: {
    scales: {
      y: {
        stacked: true
      }
    },
    plugins: {
      annotation: {
        annotations: {
          annotation
        }
      }
    }
  }
};
Last Updated: 12/14/2021, 5:44:27 PM