Skip to content

Commit

Permalink
feat: results polyline tree interaction adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Jan 16, 2025
1 parent 529eff4 commit 63f8741
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/components/charts/polyline-tree/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ export const PolylineTree: React.FC<PolylineTreeProps> = (
emphasis: {
disabled: mobile,
focus: "descendant",
label: {
rich: {
value: {
fontSize: 14,
},
smallName: {
fontSize: 14,
},
},
},
},
},
};
Expand All @@ -114,7 +124,7 @@ export const PolylineTree: React.FC<PolylineTreeProps> = (
data-cy="polyline-tree"
ref={containerRef}
width="100%"
height="900px"
height="1400px"
sx={{
"> div": {
borderRadius: "8px",
Expand Down

0 comments on commit 63f8741

Please sign in to comment.