Skip to content

Commit

Permalink
Cleanup and changed 'geoview' to 'geochart' property
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Sep 27, 2023
1 parent 846f7ca commit 4972992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
position: 'top',
}
},
geoview: {
geochart: {
chart: "line",
xSlider: {
display: false,
Expand Down Expand Up @@ -324,7 +324,7 @@
suggestedMax: 500,
}
},
geoview: {
geochart: {
chart: "line",
xSlider: {
display: true,
Expand Down Expand Up @@ -465,7 +465,7 @@
importOptionsParsed(OPTIONS_1);

cgpv.init(function () {
console.log('api is ready!!!!!');
console.log('api is ready');
});
</script>

Expand Down

0 comments on commit 4972992

Please sign in to comment.