A minimal Nuxt application showing PrimeUI Pro Charts with the SVG renderer and the PrimeOne theme.
Bar, line, and pie charts built from the compositional Charts API, with light and dark modes.
pnpm install
cp .env.example .env
pnpm devSet NUXT_PUBLIC_PRIMEUI_LICENSE in .env to your PrimeUI Pro license key.
app/demo/chart/BarChart.vue,LineChart.vue, andPieChart.vuecontain the chart integrations.app/demo/chart/data.tscontains replaceable fixtures.app/plugins/primeui-license.client.tsregisters the license.
See the Charts documentation and setup guide.