quintel / etmodel

Professional interface of the Energy Transition model.
https://energytransitionmodel.com/
MIT License
26 stars 12 forks source link

Fixed max_column_data and added is_empty for sankey #4286

Closed louispt1 closed 3 months ago

louispt1 commented 3 months ago

Kas showed me this issue and I picked it up quickly this afternoon - the console was throwing a sum error in the max_column_data method and there was no is_empty method in the sankey.coffee chart controller. The changes should resolve the issue for Sankey charts.

You can see an example of the current issue in the Leusden scenario, here.

mabijkerk commented 3 months ago

🚀