You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a scatter plot with markers and use scattergl, set the xaxis to type: 'date', and the markers specify a symbol, the plot is not drawn correctly on iOS. This happens on an iPad running iOS 12.1.4 (16D57), iPad Pro (2016 - 9.7"), both in Safari and Firefox.
If you don't specify marker: {symbol: <number>}, it works. It works for scatter traces, but not scattergl.
It works properly on a Windows desktop running Chrome or Firefox.
If you create a scatter plot with markers and use
scattergl
, set the xaxis totype: 'date'
, and the markers specify a symbol, the plot is not drawn correctly on iOS. This happens on an iPad running iOS 12.1.4 (16D57), iPad Pro (2016 - 9.7"), both in Safari and Firefox.If you don't specify
marker: {symbol: <number>}
, it works. It works forscatter
traces, but notscattergl
.It works properly on a Windows desktop running Chrome or Firefox.
See here: https://codepen.io/manthey/pen/gEBpQv
Screenshot of the problem (note that diamond symbols are all at the far left of the plot):
The text was updated successfully, but these errors were encountered: