Update misc pages
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user