Open
Description
Brief description of the problem
Hi I need to have a cleaner version of sankey diagram but couldn't find the option in API doc.
The dom class name is text-shadow, but in the doc
There's no definition to include/exclude text shadow.
plot_ly(
type = "sankey",
domain = c(
x = c(0,1),
y = c(0,1)
),
orientation = "h",
node = node,
link = link,
width = 2000,
height = 3600) %>%
layout(
title = "TBD",
font = list(
size = 10,
color = 'white'
),
plot_bgcolor = 'black',
paper_bgcolor = 'black'
)