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

how to handle click in treeMap #17

Closed
AxestrackKrishnji opened this issue Jun 21, 2018 · 10 comments
Closed

how to handle click in treeMap #17

AxestrackKrishnji opened this issue Jun 21, 2018 · 10 comments

Comments

@AxestrackKrishnji
Copy link

how to get the product name and the value when i am clicking on particular product in treeMap?

@Shestac92
Copy link

@AxestrackKrishnji
Here is a Gist which describes how to create such listener.

@AxestrackKrishnji
Copy link
Author

I have created listener as you have told but its is not giving the correct product and value, it gives random product and its value. can you please tell me how to resolve this problem ?

@Shestac92
Copy link

@AxestrackKrishnji
Thank you for your report! We've just checked it and we confirm this bug. It happens when you click the point label. If you click somewhere around the label it returns the correct value. I will report it to our dev team. Also, I will notify you when I get new information, ETA on fix or solution.

@Shestac92
Copy link

@AxestrackKrishnji
we will do our best to provide the fix along with the release of 8.3.0 or 8.3.1 version within next three weeks.
We will notify you when the fix becomes available.

@AxestrackKrishnji
Copy link
Author

AxestrackKrishnji commented Jul 14, 2018 via email

@Shestac92
Copy link

@AxestrackKrishnji
We have just released 8.3.0 version of JS AnyChart library. Now we are planning a further roadmap. We will define the ETA on this fix. We will notify you when the ETA or the fix becomes available.

@Shestac92
Copy link

@AxestrackKrishnji
Please, try to update the AnyChart Android library. The latest version should work properly with treeMap interactivity. Please, let us know if you still face the problem.

@AxestrackKrishnji
Copy link
Author

AxestrackKrishnji commented Aug 1, 2018 via email

@ArsenyMalkov
Copy link
Collaborator

@AxestrackKrishnji
Please check that jitpack was added to the project build.gradle at the end of repositories.

allprojects {
        repositories {
                google()
                jcenter()
                maven { url 'https://jitpack.io' }
        }
}

Also you could try again a little bit later. Some people say that dependency become available after few hours.

@ArsenyMalkov
Copy link
Collaborator

@AxestrackKrishnji
We found out the problem and fixed it. Please try to build a project again. And please let us know if you have any problems.

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