-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Duplicate Key in _$colorScale_104? #2528
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
Comments
Looks like you're trying to compile one of our already minified bundles (those It's probably best to compile un-minified code e.g. |
dist/plotly.js seems to show the same code (i.e. the _$colorScale_104 variable) and duplicate key, perhaps I'm missing something? |
Oh right. We |
@ToucanBran we just released new |
We dropped So this issue should be resolved. |
Not sure if this is a huge deal but I was trying to compile plotly.js to ES2015 using google's closure compiler which was throwing an error of duplicate key "cool" on line 121905. I looked at all the other keys for the _$colorScale_104 dictionary and noticed that there was indeed another key called "cool" on line 121855. I was able to get it to compile by changing one of the key names but that seems kind of bad.
This is plotly v1.35.2.
The text was updated successfully, but these errors were encountered: