Giter Site home page Giter Site logo

jcstockgraph's People

Contributors

jconst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jcstockgraph's Issues

Semantic Issue - Problem running Example

Hey,

I tried to build the example after I cloned the repo and installed the pods. 2 issues related to CPTAnimation.m. Says "Semantic Issue - Too many arguments to function call, expected 0, have 3 - on both issues. How do I fix that?

screenshot 2015-04-29 18 04 52

CurrencyStyle will be problem.

The file JCStockGraphView.m:113~117, and line 121

// 2 - Configure y-axis
NSNumberFormatter *priceFormatter       = [[NSNumberFormatter alloc] init];
priceFormatter.numberStyle              = kCFNumberFormatterCurrencyStyle;
priceFormatter.maximumSignificantDigits = 3;
priceFormatter.usesSignificantDigits    = YES;

y.labelFormatter     = priceFormatter;

This will be problem while non-American International Region, as below image.
When "Taiwan" is chosen, and the "NT" dollar will be shown. That will not be right.
http://goo.gl/GBrbgz

JCStockGraph can support iOS6.0

It can works under iOS6 after I modified the file "JCStockGraph.podspec"
s.platform = :ios, '6.0'
s.ios.deployment_target = '6.0'

Suggest change from 7.0 to 6.0, and more projects can use this repository. ^^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.