Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upe_leaflet options aren't working #147
Comments
|
I just pushed a fix, this should work correctly with the Github. Thank you for reporting this. |
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.