Skip to content

Change build to use es6 modules#32

Open
jaimedp wants to merge 2 commits into
forio:masterfrom
jaimedp:module
Open

Change build to use es6 modules#32
jaimedp wants to merge 2 commits into
forio:masterfrom
jaimedp:module

Conversation

@jaimedp

@jaimedp jaimedp commented Apr 28, 2018

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/scripts/map.js
* });
*
*
* @name map(data, options)

Copy link
Copy Markdown

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?

Copy link
Copy Markdown
Contributor Author

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.

Comment thread examples/demo.html Outdated
.smallStatesCallouts()

.tooltip()
// .marker([[-122.490402, 37.786453]], {

Copy link
Copy Markdown

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?

Copy link
Copy Markdown
Contributor Author

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

@jaimedp

jaimedp commented May 1, 2018

Copy link
Copy Markdown
Contributor Author

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants