import { TrendingUp, ScatterChart, PieChart, BookOpen, FileText, ExternalLink, FileCode } from 'lucide-react' const tabs = [ { key: 'temporal', label: 'Séries temporelles', icon: TrendingUp }, { key: 'points', label: 'Nuage de points', icon: ScatterChart }, { key: 'diagram', label: 'Diagramme circulaire', icon: PieChart }, ] as const export type TabKey = (typeof tabs)[number]['key'] interface SidebarProps { activeTab: TabKey onTabChange: (tab: TabKey) => void open: boolean } export default function Sidebar({ activeTab, onTabChange, open }: SidebarProps) { return (
Visualisation
Infos
Librairies
API