Skip to content

Commit

Permalink
flow map documentation colors and overlays. Spike map legend placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
joewdavies committed Jan 27, 2025
1 parent dd6e24f commit ea99460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legend/legend-proportional-symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const legend = function (map, config) {
.selectAll()
.data(map.classifierSize_.ticks(4).slice(1))
.join('g')
.attr('transform', (d, i) => `translate(${25 * i},${maxSize + 15} )`)
.attr('transform', (d, i) => `translate(${25 * i + out.boxPadding},${maxSize + 15 + out.boxPadding} )`)

legend
.append('path')
Expand Down

0 comments on commit ea99460

Please sign in to comment.