Unsupported lovelace cards showing entities

This commit is contained in:
Yegor Vialov
2018-10-30 22:51:45 +02:00
parent e25162f7b5
commit a3adb72cf8
8 changed files with 61 additions and 49 deletions

View File

@ -62,9 +62,6 @@ class _CombinedHistoryChartWidgetState extends State<CombinedHistoryChartWidget>
listener: (model) => _onSelectionChanged(model),
)
],
behaviors: [
charts.PanAndZoomBehavior(),
],
),
)
],

View File

@ -60,9 +60,6 @@ class _NumericStateHistoryChartWidgetState extends State<NumericStateHistoryChar
listener: (model) => _onSelectionChanged(model),
)
],
behaviors: [
charts.PanAndZoomBehavior(),
],
),
)
],

View File

@ -64,9 +64,6 @@ class _SimpleStateHistoryChartWidgetState extends State<SimpleStateHistoryChartW
// ID used to link series to this renderer.
customRendererId: 'endValuePoints')
],
behaviors: [
charts.PanAndZoomBehavior(),
],
),
)
],