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
-1
votes
1 answer

iOS Charts - place Y value label at the bottom instead of the top of the circle

I guess the title says it all. The Charts lib is really awesome but quite big at the same time and I'm having troubles finding the right setup. Here's a screenshot of what I have. I'd like to place the red (negative) entry label at the bottom of…
Dan
  • 619
  • 1
  • 8
  • 18
-1
votes
2 answers

Seismograph Chart in Swift

I am creating a seismic recording app in IOS. I want to show seismograph chart in my app like . I have searched a lot on google and github but unable to find EXACTLY same visual. I am currently using "Charts" library from github but it is not…
Salman Khalid
  • 543
  • 5
  • 23
-1
votes
1 answer

How to only show a certain amount of labels in iOS-Charts Framework

I made a line graph using iOS Charts and for my xAxis all of my labels are dates, but because there are so many they overlap. What could I do to stop this? Is there also a way I could scale in on a certain part of the graph to do this?
Evan C
  • 79
  • 6
-1
votes
1 answer

Is it possible to rotate the text above the bar graph in Swift 4?

There is the possibility of rotating the texts that are in the upper part of the graphical bars I am using Charts3.2.2 of CocoaPods. Attached image
-1
votes
1 answer

New to IoS charts not sure how to get data onto the chart

So I went to use ios-Charts... I have two data sets. One is a time value(elapsed time for Y-axis) and one is a date value for the (x-axis) I'm guessing that I want to use a line chart. I'm just new to the library. Below is a sample of data I…
BostonMacOSX
  • 1,369
  • 2
  • 17
  • 38
-1
votes
3 answers

ioschart not showing the linechart

I'm having an issue in displaying a simple line chart using iOS Charts I followed this tutorial and it works. When I try to put my data on the graph it displays correctly the grid and values on-axis, but not the line. Here my code: func…
Frank
  • 364
  • 1
  • 7
  • 18
-1
votes
1 answer

Use iOS-Charts How to set the label position of the X axis and the position of the bar, line

I want need to be done like this, but I made this after I do not know how to do it. I want understand the attributes of the IOS chart, the first picture on both sides of the column does not show completely, I would like to two columns and X axis…
Bug Creator
  • 11
  • 1
  • 6
-1
votes
1 answer

iOS Charts - Objective C, not Swift

I'm using the chart library for iOS from here: https://github.com/danielgindi/Charts There's a good tutorial here: https://www.appcoda.com/ios-charts-api-tutorial/ The issue is labeling. The chart allows you to label the x coordinates using the init…
CYAD
  • 985
  • 2
  • 14
  • 21
-1
votes
1 answer

Embedded ios-charts into project, now project will not build. 24 errors in ios-charts files?

I am following along with "How to Use iOS Charts API to Create Beautiful Charts in Swift" from Appcoda. I have downloaded their project template and then downloaded latest version of ios-charts. I have dragged the Charts.xcodeproj into my project…
Stephen Coyle
  • 111
  • 1
  • 5
-1
votes
1 answer

Custom X Axis for BarChartView

I am using BarChartView from danielgindi/ios-charts charting library. So far I am able to get following BarChartView. My question, is there any way to Customize X Axis that way, it will only show min (left most value 37.03), max (right most value…
AAV
  • 3,785
  • 8
  • 32
  • 59
-1
votes
2 answers

How to provide inputs to charts which is given by DanielGindi(ChartsDemo) in iOS

I have imported the ChartsDemo swift file library which is given by danielGindi in github to my objective c file.Now i want to check the charts by providing input values.Am new to chart Concepts.Thanks in Advance!!!
RAGHUNATH
  • 187
  • 3
  • 13
-2
votes
1 answer

Linechart Data Not Being Displayed

I am loading data points from core-data, and using it for x, y values in a line chart using the Charts Cocoapods module. For some reason, the data and lines do not get drawn sometimes, even though I am getting good data from core data every time.
D. Pratt
  • 444
  • 8
  • 15
-2
votes
1 answer

ios charts - Display labels on inside of axis

This is what my graph currently looks like. I am trying to put the axis labels on the right side of the left axis in ios charts by danielgindi as seen in the second picture above. Any suggestions, I have checked countless forums and posts send…
-2
votes
1 answer

iOS Charts, wavy lines

Let's get straight to the point: I started to use iOS Charts by Daniel Gindi, but I just can't reproduce this wavy lines in my line chart (and please notice that this image is picked form the repository of iOS charts!) All I get is just this,…
Elia Crocetta
  • 318
  • 1
  • 6
  • 20
-2
votes
1 answer

Tapped out side of the Stacked bar chart Bar in iOS Charts

I am using iOS- Charts, and i created bar chart. I also conformed the delegate so that i can get callbacks when i am tapped on a bar but the problem is when i tapped in the non bar area also the delegate method is getting called and getting…
1 2 3
56
57