本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205501451
/
Lazy_Timer
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
fe-20 stackChart
master
Chunxian Zhang
2 年之前
父節點
8337cc3cde
當前提交
d0346b4248
共有
1 個檔案被更改
,包括
14 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
lazy-timer-fe/src/pages/Charts/Line copy.jsx
+ 14
- 0
lazy-timer-fe/src/pages/Charts/Line copy.jsx
查看文件
@ -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
;
Write
Preview
Loading…
取消
儲存