Giter VIP home page Giter VIP logo

Comments (13)

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

Hi @mcsquaredjr,
Multiple lines are currently not supported. This is something that will be implemented later on. As far as I know no one is working on this feature yet.

from bemsimplelinegraph.

mcsquaredjr avatar mcsquaredjr commented on August 17, 2024

Thanks for getting back to me so quickly. I would be a great addition.

from bemsimplelinegraph.

Sam-Spencer avatar Sam-Spencer commented on August 17, 2024

@mcsquaredjr @Boris-Em I am working on the multiple lines feature. It will be quite a while before this feature is ready though. Odds are it will be implemented on the überfeature branch before it is implemented anywhere else.

from bemsimplelinegraph.

nderkach avatar nderkach commented on August 17, 2024

Any update on this?

from bemsimplelinegraph.

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

This feature will probably be implemented on the feature branch first. I invite you to take a look at the project's roadmap for more information.

from bemsimplelinegraph.

ThomsonIT avatar ThomsonIT commented on August 17, 2024

Hi,
i don't want to open a separate issue for that, so i am asking right here. I think the topic fits.

I want to display multiple lines as well and was asking myself if it is possible to simply take two UIViews with the same origin and size and set the bottom and top background color to 0 alpha. I did just that in Interface Builder and it works. My only problem is, as both graphs share one datasource and delegate, how do i make sure to return the correct data for the individual graph? At the Moment the data seems to be corrupt in some way. Currently i am trying to do it that way:

@interface ViewController () <BEMSimpleLineGraphDataSource, BEMSimpleLineGraphDelegate>
@property (weak, nonatomic) IBOutlet BEMSimpleLineGraphView *myGraph;
@end

@implementation ViewController
 - (CGFloat)lineGraph:(BEMSimpleLineGraphView *)graph valueForPointAtIndex:(NSInteger)index
 {
    if ([graph isEqual:myGraph]) {
        return [[altitudeArray objectAtIndex:index] floatValue];
    } 
    return 0.f;
}
@end

from bemsimplelinegraph.

adonishi avatar adonishi commented on August 17, 2024

I made a pull-request of multiline code. which is not a complete implementation, and has some limitation.

Multiple lines support #102, #103 #108

from bemsimplelinegraph.

vishw3 avatar vishw3 commented on August 17, 2024

hi is there any progress on multi-line plot ?

from bemsimplelinegraph.

GopiK14 avatar GopiK14 commented on August 17, 2024

Hi All,
Is there any update on multi lines support??

from bemsimplelinegraph.

inix avatar inix commented on August 17, 2024

Hello,I need multi line supporting,any update on the feature?
Thanks

from bemsimplelinegraph.

nickpernisco avatar nickpernisco commented on August 17, 2024

Hi, I'm also hoping for multiple line support. Love this but need to show two lines (and maybe a line of averages). I have no idea how to do this or I'd love to contribute it.

from bemsimplelinegraph.

Kae7in avatar Kae7in commented on August 17, 2024

I really need multiline support on this.

from bemsimplelinegraph.

voshk avatar voshk commented on August 17, 2024

I really need multiline support on this.

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.