fix: bubble map view

This commit is contained in:
xiangyu 2022-05-07 10:22:41 +08:00
parent ba221ddd60
commit 5667eb1aea
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
addon/chrome/content/lib linguist-vendored
addon/chrome/content/lib/** linguist-vendored

View File

@ -100,7 +100,7 @@
},
new go.Binding("fill", "isSelected", (s, obj) => s ? "#f2ac46" : "lightgray").ofObject())),
$(go.TextBlock,
{ font: "bold 10pt helvetica, bold arial, sans-serif", textAlign: "center", maxSize: new go.Size(100, NaN) },
{ textAlign: "center", maxSize: new go.Size(100, NaN) },
new go.Binding("text", "text"))
);
// the rest of this app is the same as samples/conceptMap.html