Reduce size of € in histogram
This commit is contained in:
parent
c6e71900a0
commit
6f665d8b7c
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -828,7 +828,7 @@ class GesMag:
|
|||
# On fait `- 20` au résultat pour allonger la barre, aussi on met une barre de `2` pixel quand valeur petite
|
||||
histogramme.create_rectangle(ecart, 180, ecart + 15, hauteur - 20 if hauteur < 180 else 178, fill=couleurs.pop())
|
||||
# Affichage du montant
|
||||
histogramme.create_text(ecart, 190, anchor='w', text=donnees[date], font=("Arial", 8))
|
||||
histogramme.create_text(ecart, 190, anchor='w', text=donnees[date], font=("Arial", 7))
|
||||
ecart += 33
|
||||
|
||||
histogramme = Canvas(frameSuivi, width=270, height=200)
|
||||
|
|
Reference in a new issue