Przeglądaj źródła

fe-17 完成折线图

master
Chunxian Zhang 2 lat temu
rodzic
commit
89ada6ae36
1 zmienionych plików z 14 dodań i 0 usunięć
  1. +14
    -0
      lazy-timer-fe/src/pages/Charts/Line.jsx

+ 14
- 0
lazy-timer-fe/src/pages/Charts/Line.jsx Wyświetl plik

@ -0,0 +1,14 @@
import React from 'react';
import { ChartsHeader, LineChart } from '../../components';
const Line = () => (
<div className="m-4 md:m-10 mt-24 p-10 bg-white dark:bg-secondary-dark-bg rounded-3xl">
<ChartsHeader category="Line" title="Inflation Rate" />
<div className="w-full">
<LineChart />
</div>
</div>
);
export default Line;

Ładowanie…
Anuluj
Zapisz