浏览代码

style: rm node background color

Young Han 2 月之前
父节点
当前提交
41e4fbd84b

+ 0 - 7
end-to-end-use-cases/long_context/book-character-mindmap/src/pages/bookPage/components/CharacterGraph.jsx

@@ -46,13 +46,6 @@ export default function CharacterGraph({ graphData }) {
               (n) => n + fontSize * 0.2
             );
 
-            ctx.fillStyle = "rgba(255, 255, 255, 0.8)";
-            ctx.fillRect(
-              node.x - bckgDimensions[0] / 2,
-              node.y - bckgDimensions[1] / 2,
-              ...bckgDimensions
-            );
-
             ctx.textAlign = "center";
             ctx.textBaseline = "middle";
             ctx.fillStyle = "#3b82f6";