ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.43k stars 5.97k forks source link

line break #5140

Closed iBiLin closed 5 months ago

iBiLin commented 6 months ago

how to do break line when non data ? WeChat51f3d614192c85b8dfcf64d51e1629e2

wtuyp commented 6 months ago

add a new dataset

pmairoldi commented 5 months ago

You can create a dataset from for example [0 - 5] and then a second one from [10 - 15] and it should do what you want.