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
There is some discussion about this on #145 already, but in order to make a D3 chart work you need to do the following:
var chart = new Epoch.Time.Line({ ... }); chart.draw();
In jQuery, no draw call is necessary. They should probably work the same (at least the D3 method should be documented if it will remain different).
The text was updated successfully, but these errors were encountered:
6522da3
Merge pull request #204 from epochjs/auto-draw
80cf9fa
Closes #195; Charts auto-draw on construction.
No branches or pull requests
There is some discussion about this on #145 already, but in order to make a D3 chart work you need to do the following:
In jQuery, no draw call is necessary. They should probably work the same (at least the D3 method should be documented if it will remain different).
The text was updated successfully, but these errors were encountered: