GreenInfo-Network / seattle-building-dashboard

Energy benchmarking for Seattle
https://greeninfo-network.github.io/seattle-building-dashboard/
ISC License
1 stars 0 forks source link

id = 25354 not displaying Energy Use Compared to Average #32

Closed seattle-benchmarking closed 2 years ago

seattle-benchmarking commented 2 years ago

Energy use compared to average not displaying for ID = 25354

I have not been able to replicate this behavior with other similar buildings but same thing happened for 2019 report for this building. The current production build shows the graph for this building.

https://greeninfo-network.github.io/seattle-building-dashboard/#seattle/2020?categories[0][field]=property_type&categories[0][other]=false&categories[0][values][]=High-Rise+Multifamily&layer=energy_star_score&metrics[]=energy_star_score&sort=energy_star_score&order=desc&lat=47.61155&lng=-122.34263&zoom=16&building=25354&report_active=true

image

tomay commented 2 years ago

Turns out it is failing in this chart, related to the work yesterday to tweak label positions

The data point for 2017 is not showing for some reason

image

tomay commented 2 years ago

Turns out there is no site_eui_win for 2017 which throws off the approach for detecting label collision between pairs of labels in different series. For now, I just skip collision detection if the two series are not equal length