MMM-GoogleFit icon indicating copy to clipboard operation
MMM-GoogleFit copied to clipboard

Different chartWidth leads to problems

Open k-0 opened this issue 5 years ago • 1 comments

I used chartWidth:330 and the days are no longer exactly on the middle of the circle.

k-0 avatar Dec 20 '19 12:12 k-0

Instead of adjusting the chartWidth property, I added something like this to my custom.css file .MMM-GoogleFit { transform: scale(1.5); transform-origin: top left; } My module is in the top left of the screen, so depending on where yours is, you might need to adjust the transform-orgin property

drewklein20 avatar Apr 09 '20 18:04 drewklein20