Skip to content

Commit f44bd44

Browse files
committed
Fix broken default layout
1 parent 71da224 commit f44bd44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plotly.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515

1616
default_options = ["filename"=>"Plot from Julia API",
1717
"world_readable"=> true,
18-
"layout"=>[]]
18+
"layout"=>Dict()]
1919

2020
## Taken from https://github.com/johnmyleswhite/Vega.jl/blob/master/src/Vega.jl#L51
2121
# Open a URL in a browser
@@ -28,7 +28,7 @@ end
2828
default_opts = [
2929
"origin" => "plot",
3030
"platform" => "Julia",
31-
"version" => "0.1"]
31+
"version" => "0.2"]
3232

3333
function signup(username::String, email::String)
3434
r = HTTPClient.HTTPC.post("http://plot.ly/apimkacct",

0 commit comments

Comments
 (0)