Files
webapp/app/plugins/apexcharts.client.ts
Ruslan Bakiev 5b620f77b3
All checks were successful
Build Docker Image / build (push) Successful in 4m57s
Improve hub page: new RouteStepper, HubProductCard with ApexCharts
- Redesign RouteStepper: nodes connected by lines with distance on line
- Add HubProductCard component with sparkline chart background
- Auto-select first product when hub page loads
- Remove placeholder with package-x icon
- Add ApexCharts plugin for charts
- Pass startName/endName to RouteStepper for route visualization
2026-01-15 15:45:26 +07:00

6 lines
131 B
TypeScript

import VueApexCharts from 'vue3-apexcharts'
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(VueApexCharts)
})