nuxt-x-app-admin
Dashboard Revenue Chart
Revenue overview area chart with period selector (7d / 30d / 90d / 12m) and KPI tiles.
Dashboard Revenue Chart
Revenue overview area chart with period selector (7d / 30d / 90d / 12m) and KPI tiles.
Components
<XAdminDashboardRevenueChart />
Props, events, and behaviour reflect the actual <script setup> of XAdmin/Dashboard/RevenueChart.vue in @xenterprises/nuxt-x-app-admin.
<XAdminDashboardRevenueChart />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
endpoint | String | 'admin/dashboard/charts/revenue' | useXCrud endpoint that returns { chart, total, transactions, change }. |
AI Context
component: XAdminDashboardRevenueChart
package: "@xenterprises/nuxt-x-app-admin"
category: Dashboard
source: app/components/XAdmin/Dashboard/RevenueChart.vue
use-when: Revenue overview area chart with period selector (7d / 30d / 90d / 12m) and KPI tiles.
