File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2034,7 +2034,7 @@ $( document ).ready(function() {
20342034 d3 . json ( "data/" + choice + ".json" , function ( error , data ) {
20352035 if ( error ) {
20362036 M . toast ( { html : 'Local data does not exist, try to query from the internet!' } )
2037- d3 . json ( "https://raw.githubusercontent.com/iDataVisualizationLab/HPCC/master/HiperView /data/" + choice + ".json" , function ( error , data ) {
2037+ d3 . json ( "https://raw.githubusercontent.com/iDataVisualizationLab/TimeRadar/main/src /data/" + choice + ".json" , function ( error , data ) {
20382038 if ( error ) {
20392039
20402040 }
@@ -2175,7 +2175,7 @@ $( document ).ready(function() {
21752175 d3 . json ( "data/" + d3 . select ( '#datacom' ) . node ( ) . value + ".json" , function ( error , data ) {
21762176 if ( error ) {
21772177 M . toast ( { html : 'Local data does not exist, try to query from the internet!' } ) ;
2178- d3 . json ( "https://raw.githubusercontent.com/iDataVisualizationLab/HPCC/master/HiperView /data/" + choiceinit + ".json" , function ( error , data ) {
2178+ d3 . json ( "https://raw.githubusercontent.com/iDataVisualizationLab/TimeRadar/main/src /data/" + choiceinit + ".json" , function ( error , data ) {
21792179 if ( error ) throw error ;
21802180 d3 . select ( ".currentDate" )
21812181 . text ( "" + d3 . timeParse ( "%d %b %Y" ) ( d3 . select ( '#datacom' ) . select ( '[selected="selected"]' ) . text ( ) ) . toDateString ( ) ) ;
Original file line number Diff line number Diff line change @@ -1445,7 +1445,7 @@ $( document ).ready(function() {
14451445 d3 . json ( "data/" + choice + ".json" , function ( error , data ) {
14461446 if ( error ) {
14471447 M . toast ( { html : 'Local data does not exist, try to query from the internet!' } )
1448- d3 . json ( "https://raw.githubusercontent.com/iDataVisualizationLab/HPCC/master/HiperView /data/" + choice + ".json" , function ( error , data ) {
1448+ d3 . json ( "https://raw.githubusercontent.com/iDataVisualizationLab/TimeRadar/main/src /data/" + choice + ".json" , function ( error , data ) {
14491449 if ( error ) {
14501450
14511451 }
@@ -1587,7 +1587,7 @@ $( document ).ready(function() {
15871587 d3 . json ( srcpath + "data/" + choice + ".json" , function ( error , data ) {
15881588 if ( error ) {
15891589 M . toast ( { html : 'Local data does not exist, try to query from the internet!' } ) ;
1590- d3 . json ( "https://raw.githubusercontent.com/iDataVisualizationLab/HPCC/master/HiperView /data/" + choiceinit + ".json" , function ( error , data ) {
1590+ d3 . json ( "https://raw.githubusercontent.com/iDataVisualizationLab/TimeRadar/main/src /data/" + choiceinit + ".json" , function ( error , data ) {
15911591 if ( error ) throw error ;
15921592 d3 . select ( ".currentDate" )
15931593 . text ( "" + d3 . timeParse ( "%d %b %Y" ) ( d3 . select ( '#datacom' ) . select ( '[selected="selected"]' ) . text ( ) ) . toDateString ( ) ) ;
You can’t perform that action at this time.
0 commit comments