chartjs-available-chart-types
About
This reference skill lists all available Chart.js chart types with brief descriptions of their use cases. It helps developers quickly identify which chart type is best suited for their specific data visualization needs, such as line charts for time series or bar charts for categorical comparisons.
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-available-chart-typesCopy 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.
plotly-vertical-legends-avoid-toolbar-clash
OtherThis skill provides Plotly layout configurations to position legends vertically on the right side, preventing overlap with the horizontal toolbar. It includes specific margin adjustments and compact styling to ensure the legend has adequate space. The skill also recommends a trace ordering strategy for multi-dataset plots to logically group legend entries.
highcharts-1-basic-line-chart
OtherThis Claude skill provides a ready-to-use Highcharts implementation for creating basic line charts with minimal setup. It includes a complete HTML template with configurable data series, axes, and labels that developers can directly copy and modify. Use this skill when you need to quickly generate or explain simple time-series or categorical data visualizations in web applications.
