Hi,
First of all, thank you Curran, your project is amazing, beautiful, I saw the 13 hours of your youtube presentation and it was the best presentation I have ever seen.
Now, two questions:
First:
When I fork a project in vizhub I can not edit the bundle.js file.
Second:
If I download the project and try to run as-is, it fails. I guess, in vizhub the index.js is included by default, in stand alone mode it must be included in the HTML page. But also, can not use the import sentence in the index.js file, for example:
import {
select,
csv,
scaleLinear,
} from ‘d3’;
Thank you in advance,
marcelo