Skip to content

Option to remove the white shadow in sankey type diagram #1118

Open
@happyshows

Description

@happyshows

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.

image

  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'
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions