# 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: 2/28/2024, 4:43:58 PM