-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change build to use es6 modules #32
base: master
Are you sure you want to change the base?
Conversation
* }); | ||
* | ||
* | ||
* @name map(data, options) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the name used anywhere? The signature differs from the actual one here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The jsdoc entry is a reflection of how the visualization should be used and is for generation of the documentation, and not how the signature of the renderer function is defined... it may be a bit strange/confusing that is right before the definition of the renderer, but you'd not be calling that function directly.
examples/demo.html
Outdated
.tooltip() | ||
// .marker([[-122.490402, 37.786453]], { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed changes to this file... is file is more a sandbox to play with the lib locally than anything that is published
Note that for this changes to work, we need to publish contour to npm as this lib has a dependency on "contour@2.0.0" |
No description provided.