Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205501451
/
Lazy_Timer
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fe-17 完成折线图
master
Chunxian Zhang
2 anni fa
parent
6338b8c5bf
commit
89ada6ae36
1 ha cambiato i file
con
14 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+14
-0
lazy-timer-fe/src/pages/Charts/Line.jsx
+ 14
- 0
lazy-timer-fe/src/pages/Charts/Line.jsx
Vedi File
@ -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
;
Scrivi
Anteprima
|
|
|
|
|
|
x
0
0
0:0
Caricamento…
Annulla
Salva