I tried to use following options, but showland
, showocean
, rivercolor
, etc. seems are not read.
"layout": {
"geo": {
"projection": {
"type": "orthographic"
},
"showland": true,
"showcoastlines": true,
"showocean": true,
"showlakes": true,
"showrivers": true,
"coastlinecolor":"rgba(0,0,0,0)",
"landcolor":"rgba(0,0,0,0)",
"oceancolor":"rgba(0,0,0,0)",
"lakecolor":"rgba(0,0,0,0)",
"rivercolor":"rgba(0,0,0,0)",
"visible": true,
"countrycolor": "#000" /* added for test */
},
"autosize": true,
"showlegend": false,
"margin": {
"r": 0,
"l": 0,
"t": 0,
"b": 0
},
"font": { 'color': '#FFF' },
"paper_bgcolor": 'rgba(0,0,0,0)',
"plot_bgcolor":"rgba(0,0,0,0)",
"bgcolor":'rgba(0,0,0,0)'
},
I also tried to add countrycolor
for testing purpose, but the color is not changed.