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

Possible Enchancement! #1

Closed
geogerar opened this issue Oct 25, 2014 · 8 comments
Closed

Possible Enchancement! #1

geogerar opened this issue Oct 25, 2014 · 8 comments

Comments

@geogerar
Copy link

First of all I would like to Thank you for your excellent Tool.
I want to propose a possible enchancement....
How we can select a specific bar....and to scroll to that bar making it active ( meaning to show its text label)......
Thanks again..

George Gerardis

@eternityz
Copy link
Owner

Sounds like you need a feature to tap on a bar and make it focused? That would be useful, and I will consider add this in a future release.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月25日, at 22:59, George notifications@github.com wrote:

First of all I would like to Thank you for your excellent Tool.
I want to propose a possible enchancement....
How we can select a specific bar....and to scroll to that bar making it active ( meaning to show its text label)......
Thanks again..

George Gerardis


Reply to this email directly or view it on GitHub.

@geogerar
Copy link
Author

Hello again....
NOT exactly!
I would prefer to have something like "scroll focus to bar with index....."

Thanks again

George Gerardis

On Thu, Oct 30, 2014 at 4:35 PM, Bin Zhang notifications@github.com wrote:

Sounds like you need a feature to tap on a bar and make it focused? That
would be useful, and I will consider add this in a future release.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月25日, at 22:59, George notifications@github.com wrote:

First of all I would like to Thank you for your excellent Tool.
I want to propose a possible enchancement....
How we can select a specific bar....and to scroll to that bar making it
active ( meaning to show its text label)......
Thanks again..

George Gerardis


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment)
.

Γιώργος Ν. Γεράρδης

@eternityz
Copy link
Owner

I don't quite understand. If you mean that you need the bar chart to be able to scroll, I think current version of RWBarChartView does that. And while you are scrolling, the bar that the white description label pointed to is "focused" with its index displayed. You can check out this demo video: http://zhangbin.cc/assets/2014-06-19-RWBarChartView/demo.mp4

If that is not what you want, I suggest you provide some more detailed description, sample pictures would be better.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月30日, at 23:29, George notifications@github.com wrote:

Hello again....
NOT exactly!
I would prefer to have something like "scroll focus to bar with index....."

Thanks again

George Gerardis

On Thu, Oct 30, 2014 at 4:35 PM, Bin Zhang notifications@github.com wrote:

Sounds like you need a feature to tap on a bar and make it focused? That
would be useful, and I will consider add this in a future release.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月25日, at 22:59, George notifications@github.com wrote:

First of all I would like to Thank you for your excellent Tool.
I want to propose a possible enchancement....
How we can select a specific bar....and to scroll to that bar making it
active ( meaning to show its text label)......
Thanks again..

George Gerardis


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment)
.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.

@geogerar
Copy link
Author

Hello again,

I will try to explain......

I have already use your tool in one of my iPhone application.
When the bar chart has been viewed the focus is on the last bar ( this is
normal depending of the datasource....array).
But I want to fave a method to make programmatically scroll the view and
make the focus on another bar....let say the bat at section 2 item 8
For that reason I would like to have a method like
"scroll.atBar.item.row:n1 section:n2"

I hope that I gave to you a clue of what I want...

Thank you very much for your interest!

George Gerardis

On Thu, Oct 30, 2014 at 5:37 PM, Bin Zhang notifications@github.com wrote:

I don't quite understand. If you mean that you need the bar chart to be
able to scroll, I think current version of RWBarChartView does that. And
while you are scrolling, the bar that the white description label pointed
to is "focused" with its index displayed. You can check out this demo
video: http://zhangbin.cc/assets/2014-06-19-RWBarChartView/demo.mp4

If that is not what you want, I suggest you provide some more detailed
description, sample pictures would be better.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月30日, at 23:29, George notifications@github.com wrote:

Hello again....
NOT exactly!
I would prefer to have something like "scroll focus to bar with
index....."

Thanks again

George Gerardis

On Thu, Oct 30, 2014 at 4:35 PM, Bin Zhang notifications@github.com
wrote:

Sounds like you need a feature to tap on a bar and make it focused?
That
would be useful, and I will consider add this in a future release.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月25日, at 22:59, George notifications@github.com wrote:

First of all I would like to Thank you for your excellent Tool.
I want to propose a possible enchancement....
How we can select a specific bar....and to scroll to that bar making
it
active ( meaning to show its text label)......
Thanks again..

George Gerardis


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
<
https://github.com/eternityz/RWBarChartView/issues/1#issuecomment-61101571>

.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment)
.

Γιώργος Ν. Γεράρδης

@eternityz
Copy link
Owner

I see, what you need is a -scrollToBarAtIndexPath:animated: method. It might be a little tricky to implement this method. I will let you know when I finish it.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月31日, at 02:17, George notifications@github.com wrote:

Hello again,

I will try to explain......

I have already use your tool in one of my iPhone application.
When the bar chart has been viewed the focus is on the last bar ( this is
normal depending of the datasource....array).
But I want to fave a method to make programmatically scroll the view and
make the focus on another bar....let say the bat at section 2 item 8
For that reason I would like to have a method like
"scroll.atBar.item.row:n1 section:n2"

I hope that I gave to you a clue of what I want...

Thank you very much for your interest!

George Gerardis

On Thu, Oct 30, 2014 at 5:37 PM, Bin Zhang notifications@github.com wrote:

I don't quite understand. If you mean that you need the bar chart to be
able to scroll, I think current version of RWBarChartView does that. And
while you are scrolling, the bar that the white description label pointed
to is "focused" with its index displayed. You can check out this demo
video: http://zhangbin.cc/assets/2014-06-19-RWBarChartView/demo.mp4

If that is not what you want, I suggest you provide some more detailed
description, sample pictures would be better.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月30日, at 23:29, George notifications@github.com wrote:

Hello again....
NOT exactly!
I would prefer to have something like "scroll focus to bar with
index....."

Thanks again

George Gerardis

On Thu, Oct 30, 2014 at 4:35 PM, Bin Zhang notifications@github.com
wrote:

Sounds like you need a feature to tap on a bar and make it focused?
That
would be useful, and I will consider add this in a future release.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月25日, at 22:59, George notifications@github.com wrote:

First of all I would like to Thank you for your excellent Tool.
I want to propose a possible enchancement....
How we can select a specific bar....and to scroll to that bar making
it
active ( meaning to show its text label)......
Thanks again..

George Gerardis


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
<
https://github.com/eternityz/RWBarChartView/issues/1#issuecomment-61101571>

.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment)
.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.

@geogerar
Copy link
Author

geogerar commented Nov 3, 2014

YES!!!! That is exactly what I need!
Thank you for your effort to implement this method!
I am waiting the results...
Thank you very much again

George Gerardis

On Mon, Nov 3, 2014 at 12:36 PM, Bin Zhang notifications@github.com wrote:

I see, what you need is a -scrollToBarAtIndexPath:animated: method. It
might be a little tricky to implement this method. I will let you know when
I finish it.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月31日, at 02:17, George notifications@github.com wrote:

Hello again,

I will try to explain......

I have already use your tool in one of my iPhone application.
When the bar chart has been viewed the focus is on the last bar ( this
is
normal depending of the datasource....array).
But I want to fave a method to make programmatically scroll the view and
make the focus on another bar....let say the bat at section 2 item 8
For that reason I would like to have a method like
"scroll.atBar.item.row:n1 section:n2"

I hope that I gave to you a clue of what I want...

Thank you very much for your interest!

George Gerardis

On Thu, Oct 30, 2014 at 5:37 PM, Bin Zhang notifications@github.com
wrote:

I don't quite understand. If you mean that you need the bar chart to
be
able to scroll, I think current version of RWBarChartView does that.
And
while you are scrolling, the bar that the white description label
pointed
to is "focused" with its index displayed. You can check out this demo
video: http://zhangbin.cc/assets/2014-06-19-RWBarChartView/demo.mp4

If that is not what you want, I suggest you provide some more detailed
description, sample pictures would be better.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月30日, at 23:29, George notifications@github.com wrote:

Hello again....
NOT exactly!
I would prefer to have something like "scroll focus to bar with
index....."

Thanks again

George Gerardis

On Thu, Oct 30, 2014 at 4:35 PM, Bin Zhang notifications@github.com

wrote:

Sounds like you need a feature to tap on a bar and make it
focused?
That
would be useful, and I will consider add this in a future release.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月25日, at 22:59, George notifications@github.com
wrote:

First of all I would like to Thank you for your excellent Tool.
I want to propose a possible enchancement....
How we can select a specific bar....and to scroll to that bar
making
it
active ( meaning to show its text label)......
Thanks again..

George Gerardis


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
<

https://github.com/eternityz/RWBarChartView/issues/1#issuecomment-61101571>

.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
<
https://github.com/eternityz/RWBarChartView/issues/1#issuecomment-61113365>

.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment)
.

Γιώργος Ν. Γεράρδης

@eternityz
Copy link
Owner

I've just finished this method. You may take a look on it now.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年11月3日, at 19:16, George notifications@github.com wrote:

YES!!!! That is exactly what I need!
Thank you for your effort to implement this method!
I am waiting the results...
Thank you very much again

George Gerardis

On Mon, Nov 3, 2014 at 12:36 PM, Bin Zhang notifications@github.com wrote:

I see, what you need is a -scrollToBarAtIndexPath:animated: method. It
might be a little tricky to implement this method. I will let you know when
I finish it.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月31日, at 02:17, George notifications@github.com wrote:

Hello again,

I will try to explain......

I have already use your tool in one of my iPhone application.
When the bar chart has been viewed the focus is on the last bar ( this
is
normal depending of the datasource....array).
But I want to fave a method to make programmatically scroll the view and
make the focus on another bar....let say the bat at section 2 item 8
For that reason I would like to have a method like
"scroll.atBar.item.row:n1 section:n2"

I hope that I gave to you a clue of what I want...

Thank you very much for your interest!

George Gerardis

On Thu, Oct 30, 2014 at 5:37 PM, Bin Zhang notifications@github.com
wrote:

I don't quite understand. If you mean that you need the bar chart to
be
able to scroll, I think current version of RWBarChartView does that.
And
while you are scrolling, the bar that the white description label
pointed
to is "focused" with its index displayed. You can check out this demo
video: http://zhangbin.cc/assets/2014-06-19-RWBarChartView/demo.mp4

If that is not what you want, I suggest you provide some more detailed
description, sample pictures would be better.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月30日, at 23:29, George notifications@github.com wrote:

Hello again....
NOT exactly!
I would prefer to have something like "scroll focus to bar with
index....."

Thanks again

George Gerardis

On Thu, Oct 30, 2014 at 4:35 PM, Bin Zhang notifications@github.com

wrote:

Sounds like you need a feature to tap on a bar and make it
focused?
That
would be useful, and I will consider add this in a future release.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月25日, at 22:59, George notifications@github.com
wrote:

First of all I would like to Thank you for your excellent Tool.
I want to propose a possible enchancement....
How we can select a specific bar....and to scroll to that bar
making
it
active ( meaning to show its text label)......
Thanks again..

George Gerardis


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
<

https://github.com/eternityz/RWBarChartView/issues/1#issuecomment-61101571>

.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
<
https://github.com/eternityz/RWBarChartView/issues/1#issuecomment-61113365>

.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment)
.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.

@geogerar
Copy link
Author

geogerar commented Nov 7, 2014

Fantastic!!!
This is what I expected for.....really nice!

Thank you very very much again

George Gerardis

On Thu, Nov 6, 2014 at 11:03 AM, Bin Zhang notifications@github.com wrote:

I've just finished this method. You may take a look on it now.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年11月3日, at 19:16, George notifications@github.com wrote:

YES!!!! That is exactly what I need!
Thank you for your effort to implement this method!
I am waiting the results...
Thank you very much again

George Gerardis

On Mon, Nov 3, 2014 at 12:36 PM, Bin Zhang notifications@github.com
wrote:

I see, what you need is a -scrollToBarAtIndexPath:animated: method. It
might be a little tricky to implement this method. I will let you know
when
I finish it.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月31日, at 02:17, George notifications@github.com wrote:

Hello again,

I will try to explain......

I have already use your tool in one of my iPhone application.
When the bar chart has been viewed the focus is on the last bar (
this
is
normal depending of the datasource....array).
But I want to fave a method to make programmatically scroll the view
and
make the focus on another bar....let say the bat at section 2 item 8
For that reason I would like to have a method like
"scroll.atBar.item.row:n1 section:n2"

I hope that I gave to you a clue of what I want...

Thank you very much for your interest!

George Gerardis

On Thu, Oct 30, 2014 at 5:37 PM, Bin Zhang notifications@github.com

wrote:

I don't quite understand. If you mean that you need the bar chart
to
be
able to scroll, I think current version of RWBarChartView does
that.
And
while you are scrolling, the bar that the white description label
pointed
to is "focused" with its index displayed. You can check out this
demo
video:
http://zhangbin.cc/assets/2014-06-19-RWBarChartView/demo.mp4

If that is not what you want, I suggest you provide some more
detailed
description, sample pictures would be better.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月30日, at 23:29, George notifications@github.com
wrote:

Hello again....
NOT exactly!
I would prefer to have something like "scroll focus to bar with
index....."

Thanks again

George Gerardis

On Thu, Oct 30, 2014 at 4:35 PM, Bin Zhang <
notifications@github.com>

wrote:

Sounds like you need a feature to tap on a bar and make it
focused?
That
would be useful, and I will consider add this in a future
release.

Regards,

ZHANG Bin
i@zhangbin.cc

On 2014年10月25日, at 22:59, George notifications@github.com
wrote:

First of all I would like to Thank you for your excellent
Tool.
I want to propose a possible enchancement....
How we can select a specific bar....and to scroll to that
bar
making
it
active ( meaning to show its text label)......
Thanks again..

George Gerardis


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
<

https://github.com/eternityz/RWBarChartView/issues/1#issuecomment-61101571>

.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
<

https://github.com/eternityz/RWBarChartView/issues/1#issuecomment-61113365>

.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
<
https://github.com/eternityz/RWBarChartView/issues/1#issuecomment-61460772>

.

Γιώργος Ν. Γεράρδης

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment)
.

Γιώργος Ν. Γεράρδης

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

2 participants