Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Lack of documentation #160

Open
ccarterc opened this issue Apr 6, 2016 · 2 comments
Open

Lack of documentation #160

ccarterc opened this issue Apr 6, 2016 · 2 comments

Comments

@ccarterc
Copy link

ccarterc commented Apr 6, 2016

I have scoured the docs and repo, but nowhere is it explained how to actually use ember charts. I did find the JSBin example which is the only reference to the use of {{vertical-bar-chart data=content}} I could find. Is there actually documentation hiding somewhere that I could not find?

The only reference to "how to install" ember charts I could find is located in the repo's readme, but not on the website.

@carlostighe
Copy link

carlostighe commented May 12, 2016

I agree that this is an issue. I have been working through this library, by looking at examples, the api, and through the source code but a couple of pages about how to use would help immensely.
In the mean time should anyone be looking:

{{vertical-bar-chart maxBarThickness=100 selectedSeedColor=baseColor stackBars=stackBars data=graphData }}
{{pie-chart data=graphData sortKey="label" selectedSeedColor=baseColor minSlicePercent=0 maxNumberOfSlices=15}}
{{scatter-chart data=graphData sortKey="label" selectedSeedColor=baseColor dotRadius=10 xValueDisplayName="Spend" yValueDisplayName="Area"}}

There are some examples on jsbin here - http://emberjs.jsbin.com/rekawobugu/1/edit?html,css,js,output
ref #44

@NicholasMiller
Copy link

I'd recommend showing the handlebars markup directly under each graph on your example pages, and have it live update as the user toggles each option. Just my $.02

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants