Browse Source

fe-20 stackChart

master
Chunxian Zhang 2 years ago
parent
commit
d0346b4248
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      lazy-timer-fe/src/pages/Charts/Line copy.jsx

+ 14
- 0
lazy-timer-fe/src/pages/Charts/Line copy.jsx View 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;

Loading…
Cancel
Save