swift-linechart icon indicating copy to clipboard operation
swift-linechart copied to clipboard

Line Chart library for iOS written in Swift

Results 38 swift-linechart issues
Sort by recently updated
recently updated
newest added

how can i put dots programmatically selected points ?

is there a way to hide all other views except line graph, please guide..

hi, is there any way to make line chart as smooth curve.Help me

Hi. Really like swift-linechart! It seems that the current version simply uses the y-axis data point numbers as the x-axis elements, i.e., if there are 10 elements in the [y-axis]...

Is there any way to pass x and y co-ordinates individually, as below. let data = [(x: 0, y: 0), (x: 0.5, y: 3.1), (x: 1.2, y: 2), (x: 2.1,...

How can this be implement onto a StoryBoard With a UIView, is there a version of the line chart which has a story board. Please help

Hello, is it posible to have different y-axis to every line?

The following warning no longer appears: C-style for statement is deprecated and will be removed in a future version of Swift.

- Add a framework target to use swift-linechart easily as submodule in other Xcode Projects - Add the possibility to display a highlight line on touch additional to the highlighted...