-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding argument to change the 'between' in legends #73
Comments
Hey @CIOData, I'm happy to take a look. Can you provide a reproducible example with code? |
Sure. Here is a simple example that shows the base functionality of
|
This feature might be added in the future but currently the way to do it is:
|
Thanks. I had to hack this a little more because I'm using it in a dynamic environment, but it works. |
In leaflet there is a function
labelFormat()
that allows users to change the separator in legends using thebetween
argument. I cannot seem to get this same functionality to work with leaflegend. Would it be possible to add that feature? Thanks.The text was updated successfully, but these errors were encountered: