Is the docs complete?
See original GitHub issueHey man, great library! I wonder if the docs are completed and this is an example of a complete config?
{
title: 'Monthly income of an indie developer',
xLabel: 'Month',
yLabel: '$ Dollors',
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],
}]
},
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Complete Documentation Definition | Law Insider
Define Complete Documentation. means documentation and other detailed written support which identifies with specificity the basis and the charges which are ...
Read more >What is Google Docs? - TechTarget
Google Docs, first released in 2006, is a free web-based word processor in which documents can be created, edited and stored as part...
Read more >completed-docs - Rule
Rule: completed-docs. Enforces JSDoc comments for important items be filled out. Rationale. Helps ensure important components are documented.
Read more >Google Docs - Full Tutorial - YouTube
Learn all of the basics of using Google Docs. This tutorial covers everything that you need to create and style your document.
Read more >Google Docs: Online Document Editor | Google Workspace
Use Google Docs to create, and collaborate on online documents. Edit together with secure sharing in real-time and from any device.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@timqian cool! Anyway I dont know if you planned to create wrappers of the lib but I loved it so I decided “react” it lol you can check this here https://github.com/obiwankenoobi/chart.xkcd-react Thanks for the awesome work!
@wistcc Thanks for creating the vue wrapper, I have listed it in the doc
In version 1.0.7 of chart.xkcd, I added more doc about the params. Closing this issue for now. Feel free to open it if you have further questions