// Gap chart — burocracia ascendente vs benefício aproveitado descendente const GapChart = () => { return ( {/* Axes */} {/* Y labels */} Alta Média Baixa {/* X labels */} Sem orientação Com Dalla Costa {/* Grid lines */} {/* Burocracia ascendente (navy) */} {/* Benefício descendente (orange) */} {/* Gap fill between the two */} {/* Legend */} Complexidade burocrática Famílias/taxistas que aproveitam ); }; window.GapChart = GapChart;