This fixes documentation issue #2628

This commit is contained in:
Vanderhoven Nick 2016-05-25 11:03:50 +02:00
parent e3943174cc
commit 02f34f4e92

View File

@ -128,9 +128,11 @@ new Chart(ctx, {
type: 'line',
data: data,
options: {
xAxes: [{
display: false
}]
scales: {
xAxes: [{
display: false
}]
}
}
});
// This will create a chart with all of the default options, merged from the global config,