Skip to content

Commit

Permalink
closes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
gszep committed Mar 20, 2023
1 parent c082970 commit cd50281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/ol/colorbar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function colorbar(colorScale, height = 100, width = 50, origin = { x: 0, y: 0 },
margin = { top: 5, right: 30, bottom: 5, left: 0 }) {
function colorbar(colorScale, height = 100, width = 100, origin = { x: 0, y: 0 },
margin = { top: 5, right: 60, bottom: 5, left: 0 }) {

function chart(containers) {
containers.each(function (data) {
Expand Down

0 comments on commit cd50281

Please sign in to comment.