Skip to content

Commit d08d527

Browse files
committed
fix pb merge
1 parent a19b38b commit d08d527

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

atlas/static/chart.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,6 @@ function formatStackedBarChart(values, element) {
171171
labels: labels,
172172
datasets: datasets
173173
};
174-
if(configuration.DISPLAY_PATRIMONIALITE) {
175-
data.datasets.push({
176-
label: "Nombre d'espèces patrimonialies",
177-
data: nb_patrimonial,
178-
backgroundColor: [configuration.COLOR_STACKED_BAR_CHARTS[1]],
179-
stack: "2",
180-
});
181-
}
182174

183175
return data
184176
}

0 commit comments

Comments
 (0)