From 5667eb1aea2f9e5e69d44da2f6518a7eb2ee33ae Mon Sep 17 00:00:00 2001 From: xiangyu <3170102889@zju.edu.cn> Date: Sat, 7 May 2022 10:22:41 +0800 Subject: [PATCH] fix: bubble map view --- .gitattributes | 2 +- addon/chrome/content/bubbleMap.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index ac7645d..9fbfa96 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -addon/chrome/content/lib linguist-vendored +addon/chrome/content/lib/** linguist-vendored diff --git a/addon/chrome/content/bubbleMap.html b/addon/chrome/content/bubbleMap.html index a988362..38ebfff 100644 --- a/addon/chrome/content/bubbleMap.html +++ b/addon/chrome/content/bubbleMap.html @@ -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