vue-chrts
Responsive Vue and Nuxt charts with minimal setup
All Skills in This Repository (13)
Pure Emerald Level Indicatorsbubble-chart
Renders a three-variable dataset as a bubble chart with axis labels and legends.
maps
Render TopoJSON and dotted geographic maps for dashboards.
ui-design-nuxt-ui
Prioritize Nuxt UI components when creating or updating interfaces.
line-area-chart
Render time-series LineChart and AreaChart components with configurable props.
dual-chart
Combine bar and line series into a single Vue-chrts chart using axis and category configs.
dagre-graph
Build hierarchical graph diagrams with DagreGraph in Vue dashboards.
gantt-chart
Render project timelines as Gantt charts with configurable accessor functions.
bar-chart
Configure grouped or stacked bar charts with axis customization in Vue 3 applications.
nuxt-module
Integrate nuxt-charts into Nuxt projects for auto-imported chart components.
vue-chrts-overview
Summarize vue-chrts and nuxt-charts libraries for chart components and installation.
common-patterns
Codify reusable patterns for vue-chrts chart development with consistent data formatting and styling.
donut-chart
Generate donut charts from numeric arrays with configurable radius and arc width.
Frequently Asked Questions
FAQPage SchemaHow to install vue-chrts?â–¼
Run `npx skills add dennisadriaans/vue-chrts --all -g -y` in your terminal to install all skills in this suite globally.
How to add charts to a Vue 3 app?â–¼
Install the vue-chrts package, import a component like LineChart, and pass your data and category config as props. The chart renders responsively with no extra setup.
Does vue-chrts work with Nuxt?â–¼
Yes. Add the nuxt-charts module to your nuxt.config.ts modules array and all chart components become available across your Nuxt app.
What chart types does vue-chrts support?â–¼
It includes line, bar, area, stacked area, donut, bubble, sankey, radar, choropleth, and dotted map charts, all customizable with colors, labels, and formatters.
Is vue-chrts written in TypeScript?â–¼
Yes. The library is built with Vue 3 and TypeScript on top of Unovis, so you get full type definitions out of the box.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core