-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update project's documentation #146
Comments
Thanks @davegomez for the issue! Yes, it makes sense to add docs about the responsive HOC and container. For the test data, we could provide links to the fixtures in Britecharts for now, looking into a better solution in the future. True, a tutorial on how to use the library with different options (CommonJS, ES5 and the CDN option) would be great too. |
If I have some time at the weekend I'll try to make some updates, at least to the readme, since this stuff is very fresh in my mind :) |
It looks like documentation hasn't been updated. I was still getting hung up on the very first example referencing a file by relative path. I think that's bad form for code examples since copy-pasting the example will never work.
|
Yeah, I guess thats the difficulty with open source being volunteer driven. Unfortunately I didn't have time to get to it that weekend and evidently no one else has :) There's a discussion on the with responsiveness() helper in https://github.com/eventbrite/britecharts-react/issues/144 - I had the same issue I still fully intend to contribute to this project, I've just not gone back to the charting part of my application yet :) |
Regarding loading the modules, I think this test project can help a bit on it: |
Expected Behavior
To offer correct and complete documentation on how to use the library.
Context | Current Behavior
The documentation offers a poor description on how to use the chart components as well on how to use the responsiveness helpers as described in the issue #144.
Possible Solution
The text was updated successfully, but these errors were encountered: