File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -960,7 +960,7 @@ <h4 class="modal-title">Listing nodes in cluster X</h4>
960
960
961
961
var initialize_cluster_network_graphs = function ( ) {
962
962
//Initialize clusternetworkgraph with json url
963
- url = "/sample_data /workshop/DummyNetworkAttributes.json" ;
963
+ url = "/test /workshop/DummyNetworkAttributes.json" ;
964
964
965
965
d3 . json ( url , function ( error , results ) {
966
966
if ( error ) {
Original file line number Diff line number Diff line change @@ -895,8 +895,8 @@ <h4 class="modal-title">Listing nodes in cluster X</h4>
895
895
896
896
var initialize_cluster_network_graphs = function ( ) {
897
897
//Initialize clusternetworkgraph with json url
898
- url = "/sample_data /example/example.json" ;
899
- //url = "sample_data /LA.json"
898
+ url = "/test /example/example.json" ;
899
+ //url = "test /LA.json"
900
900
901
901
d3 . json ( url , function ( error , results ) {
902
902
if ( error ) {
Original file line number Diff line number Diff line change @@ -928,8 +928,8 @@ <h4 class="modal-title">Listing nodes in cluster X</h4>
928
928
var initialize_cluster_network_graphs = function ( ) {
929
929
//Initialize clusternetworkgraph with json url
930
930
url =
931
- "../sample_data /workshop/SocialDemoFiles/SocialNetwork.trace.json" ;
932
- //url = "sample_data /LA.json"
931
+ "../test /workshop/SocialDemoFiles/SocialNetwork.trace.json" ;
932
+ //url = "test /LA.json"
933
933
934
934
d3 . json ( url , function ( error , results ) {
935
935
if ( error ) {
@@ -1099,10 +1099,10 @@ <h4 class="modal-title">Listing nodes in cluster X</h4>
1099
1099
} ) ;
1100
1100
1101
1101
d3 . csv (
1102
- "../sample_data /workshop/SocialDemoFiles/SocialAttributes.csv" ,
1102
+ "../test /workshop/SocialDemoFiles/SocialAttributes.csv" ,
1103
1103
function ( error , nodes ) {
1104
1104
d3 . csv (
1105
- "../sample_data /workshop/SocialDemoFiles/SocialEdges.csv" ,
1105
+ "../test /workshop/SocialDemoFiles/SocialEdges.csv" ,
1106
1106
function ( error , edges ) {
1107
1107
_loaded_network_data [ "nodes" ] = nodes ;
1108
1108
_loaded_network_data [ "edges" ] = edges ;
Original file line number Diff line number Diff line change @@ -969,10 +969,10 @@ <h4 class="modal-title">Listing nodes in cluster X</h4>
969
969
970
970
var initialize_cluster_network_graphs = function ( ) {
971
971
//Initialize clusternetworkgraph with json url
972
- url = "sample_data /example/example.json" ;
973
- //url = "sample_data /example/vl_recent_value_adj.json";
974
- //url = "sample_data /example/example_with_random_countries.json" // For testing the mapping feature.
975
- //url = "sample_data /LA.json"
972
+ url = "test /example/example.json" ;
973
+ //url = "test /example/vl_recent_value_adj.json";
974
+ //url = "test /example/example_with_random_countries.json" // For testing the mapping feature.
975
+ //url = "test /LA.json"
976
976
//url = "private/new.json";
977
977
978
978
d3 . json ( url , function ( error , results ) {
You can’t perform that action at this time.
0 commit comments