mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-22 03:31:14 +00:00
* temperature, relativehumidity_2m, windspeed_10m can be null * prettify pv_forecast_input_1.json (and add null value)
This commit is contained in:
@@ -88,7 +88,7 @@ class VisualizationReport(ConfigMixin):
|
||||
def create_line_chart(
|
||||
self,
|
||||
start_hour: Optional[int],
|
||||
y_list: list[Union[np.ndarray, list[float]]],
|
||||
y_list: list[Union[np.ndarray, list[Optional[float]], list[float]]],
|
||||
title: str,
|
||||
xlabel: str,
|
||||
ylabel: str,
|
||||
|
Reference in New Issue
Block a user