Skip to content

Commit 4c7c5bc

Browse files
committed
tis increased
1 parent e8021d5 commit 4c7c5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logger.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Logger::Logger(QWidget *parent, QBluetoothDeviceInfo *deviceInfo) :
5252
qChart->addAxis(axisY, Qt::AlignLeft);
5353

5454
axisX->setRange(0, 10.0);
55-
axisX->setTickCount(100);
56-
axisY->setRange(-3.0, 3.0);
55+
axisX->setTickCount(30);
56+
axisY->setRange(-30.0, 30.0);
5757

5858
chart = new Chart(qChart);
5959

0 commit comments

Comments
 (0)