diff --git a/src/app/components/charts/polyline-tree/index.tsx b/src/app/components/charts/polyline-tree/index.tsx index a131a0c65..ca0b8019f 100644 --- a/src/app/components/charts/polyline-tree/index.tsx +++ b/src/app/components/charts/polyline-tree/index.tsx @@ -98,6 +98,16 @@ export const PolylineTree: React.FC = ( emphasis: { disabled: mobile, focus: "descendant", + label: { + rich: { + value: { + fontSize: 14, + }, + smallName: { + fontSize: 14, + }, + }, + }, }, }, }; @@ -114,7 +124,7 @@ export const PolylineTree: React.FC = ( data-cy="polyline-tree" ref={containerRef} width="100%" - height="900px" + height="1400px" sx={{ "> div": { borderRadius: "8px",