Aded joblines status view and updated graph to use the view. BOD-110
This commit is contained in:
@@ -4,26 +4,14 @@ import { connect } from "react-redux";
|
||||
import {
|
||||
Area,
|
||||
Bar,
|
||||
|
||||
|
||||
CartesianGrid, ComposedChart,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Legend, Line,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ResponsiveContainer, Tooltip, XAxis,
|
||||
YAxis
|
||||
CartesianGrid,
|
||||
ComposedChart,
|
||||
Legend,
|
||||
Line,
|
||||
ResponsiveContainer,
|
||||
Tooltip,
|
||||
XAxis,
|
||||
YAxis,
|
||||
} from "recharts";
|
||||
import { createStructuredSelector } from "reselect";
|
||||
import { selectBodyshop } from "../../redux/user/user.selectors";
|
||||
|
||||
Reference in New Issue
Block a user