We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
i'm having the same issue. Using the latest from bower.
Sorry, something went wrong.
I just figured out that the bower version is out of date. The src version works.
No branches or pull requests
I try to run next code:
But I don't see the tick labels
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: