Skip to content

Commit

Permalink
feat: change zoom of the heightmap
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Dec 13, 2023
1 parent 87a5f5a commit ecf1388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/Heightmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,9 @@ export default class PageHeightmap extends Mixins(BaseMixin, ControlMixin) {
},
boxWidth: 100 * this.scaleX,
boxDepth: 100 * this.scaleY,
viewControl: {
distance: 150,
},
},
series: this.series,
}
Expand Down

0 comments on commit ecf1388

Please sign in to comment.