FachschaftMathPhysInfo / Finance-Visualizer

Gibt eine Übersicht über die Finanzen der Fachschaft MathPhysInfo
http://www.mathphys.info/finanzen/
GNU General Public License v3.0
4 stars 2 forks source link

compatibility with Highcharts9 and bugfixing #18

Closed ThorstenBuss closed 3 years ago

ThorstenBuss commented 3 years ago

Since Highcharts9 the labels are no longer displayed correctly. This pull request solves the problem. It also fixes #17 and translates the ''back'' button.

TuringTux commented 3 years ago

@ThorstenBuss Funny that we both get around to fix #17 at more or less the same time... My apologies for the redundant MR, I didn't have a look at the open ones before.

I did a little research and found out that using window.location.replace is just a little shorter history.replaceState, but in the end I don't really care which variant is used. I can close my MR if you want, or you can incorporate my changes into your MR, or I rebase my MR after this is merged, I'm open for everything :)