edoardottt / twitterbot2

Like and retweet your tweets, or search tweets by topic. It stores and serves data with a Flask webapp. 🐦 Live demo running on twitter.com/ai_testing
https://edoardoottavianelli.it
GNU General Public License v3.0
56 stars 9 forks source link

Set correct chart width when refresh #22

Open edoardottt opened 2 years ago

edoardottt commented 2 years ago

When the page is refreshed the width value of the chart is not set anymore to the previous value. For example if I set the chart width to 70% and then I refresh the page or the page refresh itself, the chart width will be set to the standard value.

Maybe local storage? session storage?