Reputation: 1805
I have folloing chart which has month wise equity and debt value
I need to show both the tooltip while mouse hover the month v-axis, i try to add aggregationTarget: 'category'
but its not working.
Upvotes: 1
Views: 723
Reputation: 1805
I found the solution, which is need to add focusTarget: 'category'
Upvotes: 3