Andrew Reiter
Andrew Reiter
In navfn.cpp calcPath(), the gradient is bilinearly interpolated between the cells (x,y), (x+1,y), (x,y+1), and (x+1,y+1). To stay within this range, (dx,dy) must be bounded between 0 and 1. The...
I have energy dashboards for which energy-period-selector-plus selects the time period of the data. Before clicking any buttons, this time period always initialized to start from the beginning of the...
## Proposed change Adds boolean option `energy_date_selection` to Statistics Graph card. If true, the graph will set its time range to that specified by an Energy Date Picker card on...
## Proposed change Each StatisticValue contains the start and end of a time period, the min/max/mean over that period, and the sum and state at the end of the period....
It seems like connections are sorted by child order on the right but not by parent order on the left. Is there a way to prevent these connections from crossing,...