5yutan5 / PyQtDarkTheme

A flat dark theme for PySide and PyQt.
https://pyqtdarktheme.readthedocs.io
MIT License
513 stars 81 forks source link

Chart theme support #230

Open RyanHope opened 1 year ago

RyanHope commented 1 year ago

This package doesn't seem to adjust the 2d and 3d chart/plot themes in dark mode.

This works well for 3d plots: .activeTheme().setType(Q3DTheme.ThemeEbony)

And this is good for 2d plot: .setTheme(QChart.ChartThemeDark)