# Create a chart
Now, we can create a chart. We add a script to our page. Use the default settings for now. These can be tweaked later.
const myChart = new Chart(
document.getElementById('myChart'),
config
);
Now, we can create a chart. We add a script to our page. Use the default settings for now. These can be tweaked later.
const myChart = new Chart(
document.getElementById('myChart'),
config
);