1
0
Fork 0

bug: Added nr anchor point to part rather than assuming it already is

This commit is contained in:
Joost De Cock 2018-09-02 11:28:14 +02:00
parent 00dc670b3f
commit 607a00b387

View file

@ -15,14 +15,14 @@ export default {
title: function(so) {
let overwrite = true;
if (so.append) overwrite = false;
so.at
this.points._titleNr = so.at
.attr("data-text", so.nr, overwrite)
.attr("data-text-class", "title-nr note fill-note");
this.points.titleName = so.at
this.points._titleName = so.at
.shift(-90, 13)
.attr("data-text", so.title)
.attr("data-text-class", "title-name");
this.points.titlePattern = so.at
this.points._titlePattern = so.at
.shift(-90, 20)
.attr(
"data-text",