markers overview

This commit is contained in:
Azgaar 2021-09-27 01:07:36 +03:00 committed by Peter
parent 26e5413090
commit 6d6dc22a75
5 changed files with 3 additions and 53 deletions

View file

@ -295,7 +295,6 @@ function getBurgSeed(burg) {
return burg.MFCG || Number(`${seed}${String(burg.i).padStart(4, 0)}`);
}
<<<<<<< HEAD
function getMFCGlink(burg) {
if (burg.link) return burg.link;
@ -357,8 +356,6 @@ function getMFCGlink(burg) {
return url.toString();
}
=======
>>>>>>> 01fbfca0 (markers - generate tool + lock tooltip)
// draw legend box
function drawLegend(name, data) {
legend.selectAll('*').remove(); // fully redraw every time
@ -472,7 +469,7 @@ function clearLegend() {
}
// draw color (fill) picker
function createPicker(hatching) {
function createPicker() {
const COLORS_IN_ROW = 14;
const pos = () => tip("Drag to change the picker position");
const cl = () => tip("Click to close the picker");