How to remove spacing? QML ChartView
问题 Does anyone know how to remove this spacing? Those lines below reduce them but not completely remove. margins.top: 0 margins.bottom: 0 margins.left: 0 margins.right: 0 UPDATE I added some code. May be this could help to identify my problem. Originally those blank spaces where arrows are located are for legend and tick values. I quess without changing a source code I can do nothing. ScopeView.qml import QtQuick 2.0 import QtCharts 2.1 ChartView { id: chartView animationOptions: ChartView