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
The resulting chart still allows the user to roam. If we inspect the resulting data with e_inspect, you'll see that the roam option is still set to TRUE.
I found what seems like a bug.
According to the documentation, you can send some options to the e_leaflet function
However, if I try to do that, nothing really happens. Say for example I set roam to FALSE.
The resulting chart still allows the user to roam. If we inspect the resulting data with e_inspect, you'll see that the roam option is still set to TRUE.
This happens with other options as well. For example, I wanted to use the "center" option, but the information is not sent to the chart at the end.
Mmm, I just noticed that this doesn't happen if I remove the e_leaflet_tile that follows e_leaflet.
The text was updated successfully, but these errors were encountered: