Skip to content
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

Docs redirects #5824

Merged
merged 11 commits into from
Oct 5, 2017
Prev Previous commit
Next Next commit
fix hash in choropleth example
  • Loading branch information
cherniavskii committed Oct 4, 2017
commit 3e8885660decb94bf73d850dee6229aa28dbe934
2 changes: 1 addition & 1 deletion docs/examples/choropleth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This makes the states highlight nicely on hover and gives us the ability to add

### Custom Info Control

We could use the usual popups on click to show information about different states, but we'll choose a different route --- showing it on state hover inside a [custom control](../../reference.html#icontrol).
We could use the usual popups on click to show information about different states, but we'll choose a different route --- showing it on state hover inside a [custom control](../../reference.html#control).

Here's the code for our control:

Expand Down