This is a migrated thread and some comments may be shown as answers.

Chart seriesHover issue with mobile ScrollView

1 Answer 45 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Alexandru
Top achievements
Rank 1
Alexandru asked on 12 Jul 2013, 01:54 PM
I'm using Pie Charts in a mobile ScrollView. On PC, while hovering the charts with mouse cursor, each pie is highlighted by creating an overlay. This overlay prevents me from swiping through views. How can  I disable it?

seriesHover: function(e){
   e.preventDefault()
}
The above is not working, even though it gets triggered every time. Of course, on mobile there is no mouseover, but when you tap and swipe, the overlay gets toggled, so swiping works only half of the time .

1 Answer, 1 is accepted

Sort by
0
Accepted
Alexandru
Top achievements
Rank 1
answered on 12 Jul 2013, 02:28 PM
series:{
        highlight: {
            visible: false
        },
}
It's like a curse, everytime after I post here, minutes later I find my answer.
Now it works like a charm.  That's enough for today, going home

Tags
Charts
Asked by
Alexandru
Top achievements
Rank 1
Answers by
Alexandru
Top achievements
Rank 1
Share this question
or