File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ Drawing.SimpleGraph = function(options) {
246
246
247
247
function render ( ) {
248
248
if ( ! graph . layout . finished ) {
249
- info_text . calc = "Calculating layout..." ;
249
+ info_text . calc = "<span style='color: red'> Calculating layout...</span> " ;
250
250
graph . layout . generate ( ) ;
251
251
} else {
252
252
info_text . calc = "" ;
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ Drawing.SphereGraph = function(options) {
378
378
379
379
function render ( ) {
380
380
if ( ! graph . layout . finished ) {
381
- info_text . calc = "Calculating layout..." ;
381
+ info_text . calc = "<span style='color: red'> Calculating layout...</span> " ;
382
382
graph . layout . generate ( ) ;
383
383
} else {
384
384
info_text . calc = "" ;
You can’t perform that action at this time.
0 commit comments