|
@@ -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";
|