ChartsOrg / Charts

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

Problem facing in combine chart. #2541

Open sanjaysinh-Chauhan opened 7 years ago

sanjaysinh-Chauhan commented 7 years ago

In combined chart, I am using bar and line chart. 1..In the bar chart, I am not able to set label in the center. 2..In combine chart 1st and last bar is cut. 3..How can I set image in line chart data point value?

In swift2.3 graph works properly. But I update my code swift3 graph does not look proper. My working graph swift2.3: http://prntscr.com/fmc6ox My not working graph swift3: http://prntscr.com/fmc83m

liuxuan30 commented 7 years ago

What version is your Chart 3.0 code base? If you are talking about half bar issue, it should be fixed. If you are saying the entire bars are missing... I suggest you take a look the change log as Chart 3.0 has redesigned x axis, so your old code may not work.