Skip to content

Commit

Permalink
matching import of heatmap visualization library to autocomplete example
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma committed Feb 15, 2019
1 parent d9ff68f commit 8eab280
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/examples/Heatmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ class Heatmap extends Component {
<GoogleMap
defaultZoom={10}
defaultCenter={LOS_ANGELES_CENTER}
heatmapLibrary
heatmap={heatmapData}
bootstrapURLKeys={{
key: process.env.REACT_APP_MAP_KEY,
libraries: ['visualization'],
}}
/>
)}
</Fragment>
Expand Down

0 comments on commit 8eab280

Please sign in to comment.