import React from 'react'; import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, ResponsiveContainer, Legend, BarChart, Bar, Cell } from 'recharts'; import { StatCard } from '../ui/StatCard'; import { Users, Truck, Smartphone } from 'lucide-react'; const driverGrowth = [ { date: '06/01', 活跃APP: 15, 绑定车辆: 2 }, { date: '06/02', 活跃APP: 14, 绑定车辆: 2 }, { date: '06/03', 活跃APP: 13, 绑定车辆: 1 }, { date: '06/04', 活跃APP: 12, 绑定车辆: 2 }, { date: '06/05', 活跃APP: 11, 绑定车辆: 1 }, { date: '06/06', 活跃APP: 10, 绑定车辆: 1 }, { date: '06/07', 活跃APP: 10, 绑定车辆: 1 }, { date: '06/08', 活跃APP: 9, 绑定车辆: 1 }, { date: '06/09', 活跃APP: 4, 绑定车辆: 0 }, ]; const driverByStation = [ { name: '嘉兴嘉锦', value: 10 }, { name: '嘉兴嘉燃', value: 8 }, { name: '嘉燃经开', value: 5 }, { name: '如皋华神', value: 3 }, { name: '桐乡绿能', value: 2 }, { name: '花桥/嘉善等', value: 2 }, ]; export function UsersView() { return (
每日活跃司机与新增绑定车辆动态
嘉燃与嘉锦双站司机活跃度领先,周边站点持续拓展中