chartjs-1-basic-line-chart
About
This skill provides a ready-to-use Chart.js implementation for creating basic line charts with minimal setup. It includes a complete HTML template with sample data, styling, and responsive configuration. Use this when you need to quickly embed an interactive line chart showing trends over time in your web application.
Quick Install
Claude Code
Recommendednpx skills add vamseeachanta/workspace-hub -a claude-code/plugin add https://github.com/vamseeachanta/workspace-hubgit clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/chartjs-1-basic-line-chartCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
d3js
OtherThis skill enables developers to create fully customized, interactive data visualizations using D3.js, offering complete control over SVG elements and data binding. It's ideal for building unique, complex charts with sophisticated transitions and interactions that standard libraries can't achieve. Use it when you need bespoke, data-driven visualizations rather than simple, pre-styled charts.
plotly-with-pandas
OtherThis skill provides Plotly integration with Pandas for streamlined data visualization from DataFrames. It enables direct plotting from CSV data and includes NumPy compatibility for mathematical visualizations. Use it when working with tabular data in Jupyter environments where interactive charts are needed.
echarts-with-react
OtherThis skill provides a React component wrapper for ECharts that handles chart initialization, option updates, and responsive resizing. It's ideal for developers integrating ECharts visualizations into React applications who need automatic lifecycle management. The component includes cleanup on unmount and window resize listeners for proper chart maintenance.
chartjs-chartjs-zoom-plugin
OtherThis skill enables zooming and panning functionality for Chart.js visualizations via the chartjs-plugin-zoom. It allows users to interactively explore detailed data regions by dragging to pan and scrolling to zoom on charts. Developers should use this when they need to add interactive data navigation to their Chart.js graphs.
