# Alignment

This sample show how to configure the alignment of the chart title

const config = {
  type: 'line',
  data: data,
  options: {
    plugins: {
      title: {
        display: true,
        text: 'Chart Title',
      }
    }
  }
};

# Docs

Last Updated: 4/28/2023, 5:18:20 AM