We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I am trying to set gridwidth and linewidth for xaxis in defaults. Doesn't seem to work. Same configuration for yaxes works fine.
Screenshots Screenshot
yaml
views: - title: Stats sections: - type: grid column_span: 4 cards: - type: custom:plotly-graph entities: - entity: sensor.xxx name: Bar - entity: sensor.yyy name: Foo hours_to_show: 720 refresh_interval: 10 title: Xxx grid_options: columns: full config: scrollZoom: false displayModeBar: false defaults: entity: mode: lines+markers+text type: scatter show_value: false yaxes: fixedrange: true tick0: 0 dtick: 50 gridwidth: 3 minor: showgrid: true nticks: 5 gridwidth: 1 xaxes: tick0: 0 dtick: 50 gridwidth: 3 minor: showgrid: true nticks: 5 gridwidth: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I am trying to set gridwidth and linewidth for xaxis in defaults. Doesn't seem to work. Same configuration for yaxes works fine.
Screenshots
Screenshot
yaml
The text was updated successfully, but these errors were encountered: