Top "Ios-charts" questions

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

How to add Strings on X Axis in iOS-charts?

With the new release i had some troubles to create some graphs the previous code was: func setChart(dataPoints: [String], …

ios swift ios-charts
How to set x-axis labels with ios charts

I've recently started using the ios charts library and am having trouble finding information on how to manipulate the x-axis …

ios swift swift3 ios-charts
bitcode bundle could not be generated because iOS Charts

I make app with 3d library iOS-Charts. But I get the error bitcode bundle could not be generated because was …

ios xcode ios-charts bitcode
Remove all slice text from Pie Chart (ios-charts/mpandroidchart)

I know the method for removing the x-values but how do I remove the y-values. I basically don't want ANY …

mpandroidchart ios-charts
How to hide labels in ios-charts?

I need disable some elements from my chart. I used the iOS-charts library in (Swift 2), however I can't understand how …

swift ios-charts
How to make a grouped BarChart with ios-charts?

I am using ios-charts library. I would like to group my inverter values so that each year is one group. …

ios swift ios-charts
Module not found error when importing Swift pod into Objective-C project

I have an existing project which is written in Objective-C. I want to use the iOS Charts library by Daniel …

objective-c swift ios-frameworks ios-charts ios-library
Module file's deployment target is ios9.0 v9.0 with Xcode 7 / Swift 2

I have a project using some modules that I have installed via cocoapods. One of them is Charts. In order …

swift cocoapods swift2 xcode7 ios-charts
How to create a floating graph marker with ios-charts

I'm using the ios-charts framework and want to create a marker that floats over the graph when I touch and …

ios swift ios-charts
Gradient Fill in Swift for iOS-Charts

I am trying to create a nice gradient fill as seen in the demos on the ios-charts page. However, I …

ios swift ios-charts