En1kay

Results 6 comments of En1kay

I have gotten a minimal working version as mentioned here: https://github.com/chartjs/Chart.js/issues/8345#issuecomment-1084405699

I have got it working with a config option i called "flip". I just added some code to the drawTitle and titleArgs functions in the core.scale.js file. Will do a...

Yes my PC is using a comma as decimal separator. I also suspected this to be the problem however: * entering e.g. 0,02 or 11,2 and hitting enter results in...

Thank you very much. I will have a look around the PyQt5 documentation. Maybe I can find a way to override the localization setting for the decimal separator.

By importing Locale like `from PyQt5.QtCore import QLocale` right in the tutorial code and adding ` QLocale.setDefault(QLocale(QLocale.English, QLocale.UnitedStates))` right after `app = QtGui.QApplication(sys.argv)` I was able to override the locale...

No I did not but @Drahakar seems to have solved the issue a simpler way with PR https://github.com/Drahakar/vireauvert/pull/114 . Please check if this solves your issue. Otherwise I could revisit...