Skip to content

Commit

Permalink
fix LOESS time range change
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelef committed May 15, 2024
1 parent 08f7b39 commit 9f70c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/TimeSeriesChart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,10 @@ function TimeSeriesChart() {
appliedTransformationResult = addLOESS(starHistory, 0.08);
options.dataSource.yAxis[0].plot.type = "line";

options.dataSource.xAxis.initialinterval = {
/* options.dataSource.xAxis.initialinterval = {
from: "01-01-2022",
to: "01-01-2023",
};
}; */

break;
case "runningAverage":
Expand Down

0 comments on commit 9f70c6d

Please sign in to comment.