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!):

It seems to be dependent on the window size, as far as I can tell.
The same thing doesn't happen on Chrome:

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!
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!):

It seems to be dependent on the window size, as far as I can tell.
The same thing doesn't happen on Chrome:

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:
Thanks!