Skip to content

Commit 9cd6b3b

Browse files
author
David Buezas
committed
1.1.1
1 parent 83a2cfa commit 9cd6b3b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dist/plotly-graph-card.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly-graph-card",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/plotly-graph-card.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,14 @@ export class PlotlyGraph extends HTMLElement {
216216
},
217217
},
218218
config.defaults?.entity,
219-
entity
219+
entity,
220220
);
221221

222222
return merge(
223+
entity,
223224
{
224225
show_value: entity.show_value ?? false,
225226
},
226-
entity,
227227
{ lambda: entity.lambda ? window.eval(entity.lambda) : undefined }
228228
);
229229
}),

0 commit comments

Comments
 (0)