Skip to content

issue:bug Parallel Category plots rendering incorrectly on Safari #2303

Description

@databyjp

Hi,

I wanted to report that parallel category plots appear to be rendering differently on my Safari than on Chrome.

This is the output html that I am looking to render (link):

On Safari, the parallel category plot sometimes renders with duplicate category titles sometimes, like shown below (see the underlined bits!):
safari_parcat_render
It seems to be dependent on the window size, as far as I can tell.

The same thing doesn't happen on Chrome:
Screen Shot 2020-03-21 at 11 21 39 am

My version numbers are:
Safari: (Version 13.0.5 (15608.5.11))
Chrome: (Version 80.0.3987.149)
Mac: (OS X Catalina 10.15.3, 2019 MBP 13')

I used this code to generate the data, and the DataFrame is here:

travel_cats = ['home', 'travelled']
fig = px.parallel_categories(box_df, dimensions=travel_cats, color='win_num')
fig.show()

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions