You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project sounds great, but while the "Usage" section may be obvious to a bower/require/D3 veteran, I'm mystified. It'd be great if you could clarify some of the below questions!
Where should the following JSON be stored (and why)? Are the paths generally useful or should they be modified in every project? I was considering a .bowerrc with "directory": "src/components" or similar - would it be simple to change the paths to that configuration? Does these path need to be specified before doing bower install graphviz-d3-renderer --save?
Also: Could you list the scripts loaded before the JS code beginning with require(["renderer"]? Or even better, put a working JS/HTML example in the repo?
The text was updated successfully, but these errors were encountered:
This project sounds great, but while the "Usage" section may be obvious to a bower/require/D3 veteran, I'm mystified. It'd be great if you could clarify some of the below questions!
Where should the following JSON be stored (and why)? Are the paths generally useful or should they be modified in every project? I was considering a
.bowerrc
with"directory": "src/components"
or similar - would it be simple to change the paths to that configuration? Does these path need to be specified before doingbower install graphviz-d3-renderer --save
?Also: Could you list the scripts loaded before the JS code beginning with
require(["renderer"]
? Or even better, put a working JS/HTML example in the repo?The text was updated successfully, but these errors were encountered: