Browse Source

style: rm node background color

Young Han 2 months ago
parent
commit
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
               (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.textAlign = "center";
             ctx.textBaseline = "middle";
             ctx.textBaseline = "middle";
             ctx.fillStyle = "#3b82f6";
             ctx.fillStyle = "#3b82f6";