Tengo valores de 7 dígitos y mi componente VictoryChart acaba de mostrar 5 dígitos. ¿Cómo extender el ancho del eje y para mostrar dígitos completos? 
<div> <h2 style={{backgroundColor:"purple",color:"white",height:"2vw"}}>PeerConnectionsRTCInboundRTPAudioStream_BytesReceived</h2> <div style={{ display: 'flex', textAlign: 'center', marginBottom:"3vw"}}> <div style={{"height" : "15vw", "width" : "15vw",marginLeft:"3vw"}}> <VictoryChart theme={VictoryTheme.material} > <VictoryLine style={{ data: { stroke: "red" }, parent: { border: "1px solid #ccc"}, }} data={MinArr} /> </VictoryChart> </div> </div> </div>Agregar relleno izquierdo debería dar suficiente espacio a los números
<Relleno de VictoryChart: { arriba: 20, abajo: 50, izquierda: 60, derecha: 60 } />