Giter VIP home page Giter VIP logo

Comments (8)

Boris-Em avatar Boris-Em commented on August 17, 2024

Hi again @rootilein!
You are very welcome.
I'm not sure if I understand correctly what you are trying to achieve here. Do you basically want the bottom of the graph to be lower in the UIView?

from bemsimplelinegraph.

adrian-schnell avatar adrian-schnell commented on August 17, 2024

sorry for the bad explanation :D
I want to make the Peak-to-peak amplitude bigger - but the max Y values should stay at the place they are at the moment. hope now my problem is clear?

from bemsimplelinegraph.

Boris-Em avatar Boris-Em commented on August 17, 2024

No problem!
If I'm correct, your changed the Padding in BEMSimpleLineGraphView.m to 200. Try to play around with this value (I would reduce it).
Keep it mind that you have to use the same value for the min line too:

    float minYPosition = (self.myGraph.frame.size.height - padding) - ((min - min) / ((max - min) / (self.myGraph.frame.size.height - padding))) + 30;

Let me know if it's not what you were looking for.

from bemsimplelinegraph.

adrian-schnell avatar adrian-schnell commented on August 17, 2024

(thumbs up)
exactly what I needed...

when our app is ready for the store, I'll send you the link. You've to see your code working in our app ;)

from bemsimplelinegraph.

Boris-Em avatar Boris-Em commented on August 17, 2024

@rootilein. I would love to take a look at it! Thanks =)

from bemsimplelinegraph.

adrian-schnell avatar adrian-schnell commented on August 17, 2024

here it is :)
demo: https://www.youtube.com/watch?v=tlCirHWntNA
https://itunes.apple.com/us/app/id821692231?mt=8

from bemsimplelinegraph.

Boris-Em avatar Boris-Em commented on August 17, 2024

Great! Thank you for sharing. The app looks fantastic!

from bemsimplelinegraph.

adrian-schnell avatar adrian-schnell commented on August 17, 2024

If you didn't download it yesterday (it was for free), I can send you one promocode if you give me your e-mail. ;)

from bemsimplelinegraph.

Related Issues (20)

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.