--- a/eric7/MicroPython/MicroPythonGraphWidget.py Fri May 21 17:45:47 2021 +0200 +++ b/eric7/MicroPython/MicroPythonGraphWidget.py Fri May 21 17:48:17 2021 +0200 @@ -20,7 +20,7 @@ QWidget, QHBoxLayout, QVBoxLayout, QToolButton, QSizePolicy, QSpacerItem, QLabel, QSpinBox ) -from PyQt6.QtChart import QChartView, QChart, QLineSeries, QValueAxis +from PyQt6.QtCharts import QChartView, QChart, QLineSeries, QValueAxis from E5Gui import E5MessageBox from E5Gui.E5Application import e5App