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

The tick labels isn't displayed #72

Open
jonua opened this issue Aug 7, 2015 · 2 comments
Open

The tick labels isn't displayed #72

jonua opened this issue Aug 7, 2015 · 2 comments

Comments

@jonua
Copy link

jonua commented Aug 7, 2015

I try to run next code:

var timeData = JSON.parse('[{"label":"200","times":[{"starting_time":1438934855,"ending_time":1438936712,"color":"rgb(81, 163, 81)"}]},{"label":"0","times":[{"starting_time":1438935515,"ending_time":1438936724,"color":"rgb(189, 54, 47)"}]}]');

var chart = d3.timeline();

var svg = d3.select("#timeline1").append("svg").attr("width", window.innerWidth - 600)
                .datum(timeData).call(chart);

But I don't see the tick labels
What I'm doing wrong?

@aperritano
Copy link

i'm having the same issue. Using the latest from bower.

@aperritano
Copy link

I just figured out that the bower version is out of date. The src version works.

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

No branches or pull requests

2 participants