Skip to content

Commit 254ae58

Browse files
committed
fix period: auto
1 parent 60d5293 commit 254ae58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plotly-graph-card.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ export class PlotlyGraph extends HTMLElement {
298298
// "28d": "week",
299299
"12M": "month",
300300
};
301+
entity.period = undefined;
301302
}
302303
const isAutoPeriodConfig = getIsAutoPeriodConfig(entity.period);
303304

0 commit comments

Comments
 (0)