We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1660db8 commit d8abddeCopy full SHA for d8abdde
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "plotly-graph-card",
3
- "version": "1.7.0",
+ "version": "1.7.1",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
src/plotly-graph-card.ts
@@ -97,9 +97,13 @@ export class PlotlyGraph extends HTMLElement {
97
<ha-card>
98
<style>
99
ha-card{
100
- height: 100%;
101
overflow: hidden;
102
background: transparent;
+ width: 100%;
103
+ height: calc(100% - 5px);
104
+ }
105
+ ha-card > #plotly{
106
+ width: 100px;
107
}
108
ha-card > #title{
109
text-align: center;
0 commit comments