반응형 올리지오X1 [2026-04-15] AI Report 윈텍 import React, { useEffect, useRef } from 'react';import { Chart, registerables } from 'chart.js';Chart.register(...registerables);const App = () => { const macroChartRef = useRef(null); const fundChartRef = useRef(null); const supplyChartRef = useRef(null); const radarChartRef = useRef(null); // Label Wrapping Logic (16 chars) const wrapLabel = (label) => { if (typeof label !== 'string'.. 2026. 4. 15. 이전 1 다음