AnalyticsEarth / aePicassoChart

Picasso Designer - Qlik Sense Extension for designing Picasso.js based charts
30 stars 7 forks source link

Box touch select no work #36

Open bareser opened 4 years ago

bareser commented 4 years ago

Hello everyone, I have a strange problem. When I make a selection in a box (bar) it does well even showing the correct position. But everything changes when I put the Chrome touch mode to simulate a mobile device. In this mode the selection (touch) does not correspond to the bar that I am touching, and the tooltip shows me other information.

This problem only happen with box layer, with pie or point (for example) all work correct.

somebody help me?

In normal mode (mouse) work correct: image_mouse

In device mode (touch) not work: image_touch

bareser commented 4 years ago

I have finally managed to solve this problem with the device mode (touch event).

I have solved this by updating the version of the picasso.js library in my project. In this way the touch event has started to work automatically.