- Notifications
You must be signed in to change notification settings - Fork199
timqian/chart.xkcd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Chart.xkcd is a chart library that plots “sketchy”, “cartoony” or “hand-drawn” styled charts.
Check out thedocumentation for more instructions and links, or try out theexamples, or chat with us inSlack
琚致远 |Bytebase |Madao |SecondState
It’s easy to get started with chart.xkcd. All that’s required is the script included in your page along with a single<svg>
node to render the chart.
In the following example we create a line chart.
<svgclass="line-chart"></svg><scriptsrc="https://cdn.jsdelivr.net/npm/chart.xkcd@1/dist/chart.xkcd.min.js"></script><script>constsvg=document.querySelector('.line-chart')newchartXkcd.Line(svg,{title:'Monthly income of an indie developer',xLabel:'Month',yLabel:'$ Dollars',data:{labels:['1','2','3','4','5','6','7','8','9','10'],datasets:[{label:'Plan',data:[30,70,200,300,500,800,1500,2900,5000,8000],},{label:'Reality',data:[0,1,30,70,80,100,50,80,40,150],}]},options:{}});</script>
- Code: read thecontributing.md file
- Financial:
- Become a patron - chart.xkcd is an MIT-licensed open source project with its ongoing development made possible entirely by the support of my patrons. If you like this tool, please consider supporting my work by becoming a patron.
- Fund issues on issuehunt - Issues on chart.xkcd can be funded by anyone and the money will be distributed to contributors.
About
xkcd styled chart lib
Topics
Resources
License
Stars
Watchers
Forks
Sponsor this project
Packages0
No packages published