bug: Added nr anchor point to part rather than assuming it already is
This commit is contained in:
parent
00dc670b3f
commit
607a00b387
1 changed files with 3 additions and 3 deletions
|
@ -15,14 +15,14 @@ export default {
|
||||||
title: function(so) {
|
title: function(so) {
|
||||||
let overwrite = true;
|
let overwrite = true;
|
||||||
if (so.append) overwrite = false;
|
if (so.append) overwrite = false;
|
||||||
so.at
|
this.points._titleNr = so.at
|
||||||
.attr("data-text", so.nr, overwrite)
|
.attr("data-text", so.nr, overwrite)
|
||||||
.attr("data-text-class", "title-nr note fill-note");
|
.attr("data-text-class", "title-nr note fill-note");
|
||||||
this.points.titleName = so.at
|
this.points._titleName = so.at
|
||||||
.shift(-90, 13)
|
.shift(-90, 13)
|
||||||
.attr("data-text", so.title)
|
.attr("data-text", so.title)
|
||||||
.attr("data-text-class", "title-name");
|
.attr("data-text-class", "title-name");
|
||||||
this.points.titlePattern = so.at
|
this.points._titlePattern = so.at
|
||||||
.shift(-90, 20)
|
.shift(-90, 20)
|
||||||
.attr(
|
.attr(
|
||||||
"data-text",
|
"data-text",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue