Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
helgasoft committed Apr 24, 2024
1 parent bdd3405 commit 4598f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/coder.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ <h4><a href='https://helgasoft.github.io/echarty' target=_blank>echarty</a> Code
name = c('China','Canada','Australia','Brazil'),
value = runif(4, 1, 100)
)
plot <- ec.init( preset=F, # dont load='world',
plot <- ec.init( # dont load='world', already loaded by webpage
color= c('violet','green'),
geo=list(map= 'world', roam= T),
series= list(list(type= 'map', geoIndex= 0,
geo= list(map= 'world', roam= T),
series= list(list(type= 'map',
data= ec.data(cns, 'names'))),
visualMap= list(calculable= TRUE, max= 100)
)`
Expand Down
2 changes: 1 addition & 1 deletion test/realTime.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="cache-control" content="public">
<link rel="shortcut icon" href="img/logo.ico" type="image/x-icon">
<link rel="shortcut icon" href="../img/logo.ico" type="image/x-icon">

<!-- echarty dependencies -->
<script src="https://cdn.jsdelivr.net/gh/ramnathv/[email protected]/inst/www/htmlwidgets.js"></script>
Expand Down

0 comments on commit 4598f94

Please sign in to comment.