Skip to content

Instantly share code, notes, and snippets.

@nidhi-canopas
Created August 16, 2022 07:15
Show Gist options
  • Select an option

  • Save nidhi-canopas/deb82cd9c60142418437ce858f033c33 to your computer and use it in GitHub Desktop.

Select an option

Save nidhi-canopas/deb82cd9c60142418437ce858f033c33 to your computer and use it in GitHub Desktop.
<Bar
:chart-data="chartData"
:chart-options="{
responsive: true,
maintainAspectRatio: false,
plugins: {
legend: { display: false },
title: { display: true, text: 'Customised chart title' },
},
}"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment