Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi line graph with unequal data set #27

Open
SyedIsmailAhamed opened this issue Oct 25, 2016 · 0 comments
Open

Multi line graph with unequal data set #27

SyedIsmailAhamed opened this issue Oct 25, 2016 · 0 comments

Comments

@SyedIsmailAhamed
Copy link

Hi,
Am trying to draw a multi-line graph, what i have noticed is, if the data set have same number if values then only line will be drawn complete, i have attached a sample project, tap on, line graph and see the blue line , if the data is this ,line is perfect
self.data = @[
@[@10, @4, @8, @2, @9, @3, @6],
@[@1, @2, @3, @4, @5, @6, @10]
];

if the data has been changed to this
self.data = @[
@[@10, @4, @8, @2, @9, @3, @6],
@[@1, @2, @3]
];
line doesn't reach till the end, lets assume i have number 3 which is for year 2007 and number 2 is for 2003 but i dont have any data for between 2003 and 2007 but i want by line to reach 2007 to reach till the end. i have attached a sample project, please check line graph.
GraphKit-master 4.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant