# Scatter

const config = {
  type: 'scatter',
  data: data,
  options: {
    responsive: true,
    plugins: {
      legend: {
        position: 'top',
      },
      title: {
        display: true,
        text: 'Chart.js Scatter Chart'
      }
    }
  },
};

# Docs

Last Updated: 2/28/2024, 4:43:58 PM