Questions tagged [ios-charts]

ios-charts is a powerful chart library for iOS, written in Swift.

ios-charts is a powerful chart library for iOS, written in Swift. It is the iOS equivalent to the popular MPAndroidChart.

845 questions
-2
votes
1 answer

xAxis values on both sides of Line Charts

I am using the iOS Charts library in my application. Charts are plotted correctly but the X axis values are shown on both sides in Line Charts. Is there any way to hide it or remove it ?
-2
votes
1 answer

How to use ios-Charts library to display charts in my App?

I am using ios_Charts library by danielgindi.I am using Objective-C to build my app. I have successfully dragged charts.xcodeproj in my project. And i am able to import "MyApp-Swift.h" in my project. But i am not able to understand how to proceed…
Kaps18
  • 11
  • 3
-3
votes
1 answer

iOS Charts not showing Y values

I am writing an iOS App in Swift 4.2. I am using Charts Library to display Horizontal Bar chart. When I open the sample project, it shows the Y Values but, in my project it isn't showing the Y values. I copied the exact code from its sample. Sample…
Atif Shabeer
  • 167
  • 3
  • 16
-3
votes
1 answer

Chart View Integration issue?

I implemented Chart view from GitHub link Charts help me how to set chart data from my api?
Ashu Designer
  • 178
  • 1
  • 2
  • 10
-3
votes
1 answer

iOS Charts - LinechartView issue

I wanted to remove 'description text' view, 'data set' view (square shape view below the graph). I am using iOS Charts library - LineChartView import Charts ---------------------- class declaration ------------------- @IBOutlet var…
SUNiL iOS
  • 129
  • 1
  • 8
1 2 3
56
57