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

Disable HorizontalHighlightIndicator on LineChart. #249

Closed
zxhfirefox opened this issue Jul 28, 2015 · 2 comments
Closed

Disable HorizontalHighlightIndicator on LineChart. #249

zxhfirefox opened this issue Jul 28, 2015 · 2 comments

Comments

@zxhfirefox
Copy link

I found if I want to disable HorizontalHighlightIndicator in Line Chart, I need to subclass LineChartRenderer and override drawHighlighted method.

But on Android Library, there is a method called setDrawHorizontalHighlightIndicator on LineScatterCandleRadarDataSet which is super class of LineChartDatSet, using this method can disable the horizontal highlight indicator. In iOS, we don't have LineScatterCandleRadarDataSet in the class hierarchy.

Do you plan to add this feature in future ? or if I am wrong, please tell me.

@danielgindi
Copy link
Collaborator

I missed this feature which was introduces in 2.1.1, thanks for noticing

On Tue, Jul 28, 2015 at 11:22 AM, zxhfirefox notifications@github.com
wrote:

I found if I want to disable HorizontalHighlightIndicator in Line Chart, I
need to subclass LineChartRenderer and override drawHighlighted method.

But on Android Library, there is a method called
setDrawHorizontalHighlightIndicator on LineScatterCandleRadarDataSet which
is super class of LineChartDatSet, using this method can disable the
horizontal highlight indicator. In iOS, we don't have
LineScatterCandleRadarDataSet in the class hierarchy.

Do you plan to add this feature in future ? or if I am wrong, please tell
me.


Reply to this email directly or view it on GitHub
#249.

@amycheong19
Copy link

Hi, may I know if HorizontalHighlightIndicator has been implemented?

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

3 participants