Skip to content

Commit

Permalink
fix: Tooltip should not be in a fixed position
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Feb 2, 2021
1 parent 5221b57 commit 1762049
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/apex-layouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ export function getLayoutConfig(config: ChartCardConfig, hass: HomeAssistant | u
: [`<strong>${value} ${uom}</strong>`];
},
},
fixed: {
enabled: true,
postion: 'topRight',
},
},
dataLabels: {
formatter: function (value) {
Expand Down

0 comments on commit 1762049

Please sign in to comment.