A UI component that helps to represent your skills in a visually appealing way. Based on Plotly Javascript Open Source Graphing Library
- List your skills
- Show how much you know and how much you love a skill
- Group your skills (language, framework, devops etc.)
- Show/Hide skill groups
- Download
skillset-plot.js
andexample-input.json
- Modify
example-input.json
according to your skills - Add the following lines to your HTML (example available at
index.html
)
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<div id="myDiv"><!-- Plotly chart will be drawn inside this DIV --></div>
<script src="skillset-plot.js"></script>