Skip to content

Commit b0e3dc0

Browse files
authored
Merge pull request #37 from ankurrera/copilot/remove-core-metrics-section
Remove "CORE METRICS PHYSICAL BALANCE" title from radar chart
2 parents a00dbeb + ad76d4f commit b0e3dc0

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/components/system/RadarChart.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,8 @@ const RadarChart = () => {
304304
}
305305
}, [data]);
306306

307-
// Title styling for both lines
308-
const titleStyle = { color: '#9A9A9A', fontWeight: 300 };
309-
310307
return (
311308
<div className="system-panel p-6 animate-fade-in-up animation-delay-100" style={{ background: '#FAFAFA' }}>
312-
<div className="text-center mb-4">
313-
<div className="text-xs uppercase tracking-[0.2em] mb-0.5" style={titleStyle}>CORE METRICS</div>
314-
<div className="text-xs uppercase tracking-[0.2em]" style={titleStyle}>PHYSICAL BALANCE</div>
315-
</div>
316-
317309
{/* Debug Panel - Only in Development */}
318310
{process.env.NODE_ENV === 'development' && (
319311
<div className="mb-4 p-3 bg-blue-50 border border-blue-200 rounded text-xs">

0 commit comments

Comments
 (0)