motion-plot
motion-plot copied to clipboard
Create native iOS charts using simple JSON as you are used-to with Highcharts like JS library. This library is a wrapper on top of CorePlot
Possible to change default bar colors? i'm trying using below code but still getting default colors ``` series: [{ name: 'Profit', data: @data1, style: { color: "e6b7b7", width: 0.25 }...
could you confirm, motion-plot examples (and the gem in general) do not work with: RM 2.14, iOS 7, Core-Plot 1.4 Thanks
Hello, I tried running rake from parent directory and I get: Terminating app due to uncaught exception 'NameError', reason: 'app_delegate.rb:7:in `application:didFinishLaunchingWithOptions:': uninitialized constant AppDelegate::GraphHostingView (NameError)