# Radar skip points

const config = {
  type: 'radar',
  data: data,
  options: {
    responsive: true,
    plugins: {
      title: {
        display: true,
        text: 'Chart.js Radar Skip Points Chart'
      }
    }
  },
};

# Docs

Last Updated: 5/17/2024, 12:33:38 PM