-
Notifications
You must be signed in to change notification settings - Fork 369
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
Comments
@AxestrackKrishnji |
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 ? |
@AxestrackKrishnji |
@AxestrackKrishnji |
Hello Alexander,
can you please tell me when you are going to release your next version with
resolve treemap issues ?
Thanks & Regards
Krishnji Gupta
…On Mon, Jun 25, 2018 at 1:27 PM, Alexander Shestacov < ***@***.***> wrote:
@AxestrackKrishnji <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AkVMwfyWvyALmJkba9k4hDglXfulvojBks5uAJf0gaJpZM4UxzYb>
.
|
@AxestrackKrishnji |
@AxestrackKrishnji |
After updating the library, it is showing error like below :
Error:(150, 20) Failed to resolve:
com.github.AnyChart:AnyChart-Android:0.3.0
<a
href="openFile:/home/akshay/Pictures/TrackOld/track-your-monitor-feelt-new/app/build.gradle">Show
in File</a><br><a href="open.dependency.in.project.structure">Show in
Project Structure dialog</a>
@alexander
Can you please tell me how to resolve this issue ?
…On Wed, Jul 18, 2018 at 9:04 AM, Alexander Shestacov < ***@***.***> wrote:
@AxestrackKrishnji <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AkVMwTiUKs1j4vT2ULRuIQhP-I--CGYaks5uHqzDgaJpZM4UxzYb>
.
|
@AxestrackKrishnji 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. |
@AxestrackKrishnji |
how to get the product name and the value when i am clicking on particular product in treeMap?
The text was updated successfully, but these errors were encountered: