Skip to content

Commit

Permalink
Remove series attr from determinant pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
smdsgn committed Dec 5, 2024
1 parent 9bbc272 commit 1bdf95a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project/views/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ def get_context_data(self, **kwargs):

# Déterminants
det_chart = charts.AnnualConsoByDeterminantChart(project)
det_pie_chart = charts.ConsoByDeterminantPieChart(
project,
series=det_chart.get_series(),
)
det_pie_chart = charts.ConsoByDeterminantPieChart(project)

# CONSO
consommation_progression = (
Expand Down

0 comments on commit 1bdf95a

Please sign in to comment.