Skip to content
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

Not seeing any graph in example of static data #37

Open
darewreck54 opened this issue May 17, 2018 · 2 comments
Open

Not seeing any graph in example of static data #37

darewreck54 opened this issue May 17, 2018 · 2 comments
Labels

Comments

@darewreck54
Copy link

I checked out the branch https://github.com/Microsoft/PowerBI-visuals-sampleBarChart/tree/f5ef02a5851c98671b46fedc1e7f7e7133001d7c which is a bar graph with static data. When I run it, I don't see anything at graph at all.

image

I really just want to get an example of the static bar graph running. I've gotten the default new template working where it displays the word 0 count...But when I try to load this example nothing shows. I would expect to see a bar graph based on the static data points.

Thanks,
Derek

@kostenickj
Copy link

Same thing here

@Kumar-Aakash
Copy link

Because at this line
let bars = this.barContainer.selectAll('.bar').data(viewModel.dataPoints);

Code searched to find any elements with class ".bar" which is not present in the code either in constructor or update method.

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

No branches or pull requests

4 participants