Update misc pages

This commit is contained in:
2021-03-07 01:06:12 +01:00
parent e0ebd28dcb
commit 61511ecc95
4 changed files with 6 additions and 6 deletions

View File

@ -80,10 +80,10 @@ jQuery(document).ready(function($)
var chartDimension = new Chart(canvasDimension, {
type: 'bar',
data: {
labels: ["Allégorique", "Animal domestique", "Animalier", "Campagne", "Forêt", "Marine", "Montagne", "Métier", "Personne", "Urbain", "Végétal"],
labels: ["Histoire", "Nature morte", "Paysage", "Portrait", "Scène"],
datasets: [{
label: 'nombre de tableaux',
data: [2, 11, 67, 126, 3, 10, 5, 10, 46, 39, 39],
data: [2, 42, 173, 59, 107],
backgroundColor: '#2589BD',
borderColor: '#187795',
borderWidth: 1