@@ -34,7 +34,7 @@ packageVersion('plotly')
3434```
3535
3636```
37- ## [1] '4.7.1.9000 '
37+ ## [1] '4.8.0 '
3838```
3939
4040### Basic Sankey Diagram
@@ -77,7 +77,7 @@ chart_link = api_create(p, filename="sankey-basic-example")
7777chart_link
7878```
7979
80- <iframe src =" https://plot.ly/~RPlotBot/5280 .embed " width =" 800 " height =" 600 " id =" igraph " scrolling =" no " seamless =" seamless " frameBorder =" 0 " > </iframe >
80+ <iframe src =" https://plot.ly/~RPlotBot/5404 .embed " width =" 800 " height =" 600 " id =" igraph " scrolling =" no " seamless =" seamless " frameBorder =" 0 " > </iframe >
8181
8282### Create Canvas
8383
@@ -87,7 +87,7 @@ library(plotly)
8787
8888p <- plot_ly(
8989 type = " sankey" ,
90- domain = c (
90+ domain = list (
9191 x = c(0 ,1 ),
9292 y = c(0 ,1 )
9393 ),
@@ -118,7 +118,7 @@ json_data <- fromJSON(paste(readLines(json_file), collapse=""))
118118
119119p <- plot_ly(
120120 type = " sankey" ,
121- domain = c (
121+ domain = list (
122122 x = c(0 ,1 ),
123123 y = c(0 ,1 )
124124 ),
@@ -159,7 +159,7 @@ json_data <- fromJSON(paste(readLines(json_file), collapse=""))
159159
160160p <- plot_ly(
161161 type = " sankey" ,
162- domain = c (
162+ domain = list (
163163 x = c(0 ,1 ),
164164 y = c(0 ,1 )
165165 ),
@@ -200,7 +200,7 @@ chart_link = api_create(p, filename="sankey-basic")
200200chart_link
201201```
202202
203- <iframe src =" https://plot.ly/~RPlotBot/4631 .embed " width =" 800 " height =" 600 " id =" igraph " scrolling =" no " seamless =" seamless " frameBorder =" 0 " > </iframe >
203+ <iframe src =" https://plot.ly/~RPlotBot/5406 .embed " width =" 800 " height =" 600 " id =" igraph " scrolling =" no " seamless =" seamless " frameBorder =" 0 " > </iframe >
204204
205205### Style Sankey Diagram
206206
@@ -214,7 +214,7 @@ json_data <- fromJSON(paste(readLines(json_file), collapse=""))
214214
215215p <- plot_ly(
216216 type = " sankey" ,
217- domain = c (
217+ domain = list (
218218 x = c(0 ,1 ),
219219 y = c(0 ,1 )
220220 ),
@@ -258,7 +258,7 @@ chart_link = api_create(p, filename="sankey-dark")
258258chart_link
259259```
260260
261- <iframe src =" https://plot.ly/~RPlotBot/4633 .embed " width =" 800 " height =" 600 " id =" igraph " scrolling =" no " seamless =" seamless " frameBorder =" 0 " > </iframe >
261+ <iframe src =" https://plot.ly/~RPlotBot/5408 .embed " width =" 800 " height =" 600 " id =" igraph " scrolling =" no " seamless =" seamless " frameBorder =" 0 " > </iframe >
262262
263263### Reference
264264
0 commit comments