-
Notifications
You must be signed in to change notification settings - Fork 14k
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
A welcome page #198
A welcome page #198
Conversation
|
|
||
require('bootstrap'); | ||
require('datatables'); | ||
require('d3'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this export a global d3
var for the calendar? i.e., does it not need to be var d3 = require('d3');
? or maybe it's not necessary if calendar has it's own d3 ref?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems to work after removing both dash.js (which I don't need) and d3... I'll keep it off then
couple nit things but overall looks good :) |
Fixed everything, merging! |
It should grow into having more controls, but this looks pretty good already.