sensebox / openSenseMap

Platform for storing and exploring sensor data
https://opensensemap.org
MIT License
99 stars 51 forks source link

Charts on mobile are not displayed properly #215

Open felixerdy opened 7 years ago

felixerdy commented 7 years ago

Expected Behavior

All plots display each equivalent measurement on mobile devices

Actual Behavior

Plots are cutted and not every measurement is plotted

Full Extent Zoomed In
screenshot_20170913-112819 screenshot_20170913-113304

When zooming in, the not displayed measurements are displayed but measurements overlay the axes (see the second picture). When zooming out again to the full extent, the graph again is cut (see the first picture)

Environment

mpfeil commented 7 years ago

The clipping issue is fixed in referenced commit. The issue was caused by the url for the clipping element.

Regarding the issue that not all datapoints are shown I have no solution. I guess it is an device and/or OS specific issue on Android. Everything works fine with a small amount of data.

We will leave this issue open and investigate further.