feat(web): add graph detail page

This commit is contained in:
zhaoying
2026-01-13 14:04:28 +08:00
parent 2f13cb4cbc
commit 1ebab759b1
5 changed files with 86 additions and 75 deletions

View File

@@ -3,8 +3,7 @@ import { useTranslation } from 'react-i18next'
import ReactEcharts from 'echarts-for-react';
import Empty from '@/components/Empty'
import Loading from '@/components/Empty/Loading'
import type { Emotion } from './GraphDetail'
import { format } from 'echarts';
import type { Emotion } from '../pages/GraphDetail'
interface EmotionLineProps {
chartData: Emotion[];