From 31cd1b043782d34c42c83c3e7a6a6e5362099117 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Fri, 14 Aug 2026 01:05:13 -0400 Subject: [PATCH] translate chart to english Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 12b398e..8e8c742 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,15 @@ See the benchmark below with some other popular PHP frameworks. This is measured --- config: xyChart: - xAxis: - yAxis: showDataLabel: true --- -xychart - title "Rendimiento de Frameworks PHP (miles de solicitudes/seg)" +xychart-beta + title "PHP Framework Performance (TechEmpower, requests/sec)" x-axis "Framework" ["Flight", "Yii", "Fat-Free", "Slim", "Phalcon", "Symfony", "Lumen", "Laravel", "CodeIgniter"] - y-axis "Solicitudes (x1000)" 0 --> 200 + y-axis "Requests/sec (x1000)" 0 --> 200 + %% Series 1: Plaintext, Series 2: JSON bar [190.4, 145.7, 139.2, 89.6, 95.9, 65.1, 40.6, 26.7, 20.6] + bar [182.5, 131.4, 134.0, 87.3, 87.7, 63.2, 39.7, 26.9, 19.9] ``` ## Skeleton App