Modify Parcats Graph

Hello everyone, i am new to the Plotly community but i was wondering if there are any way to modify some aspects of a Parcats, or Parallel Categories graph.

I am not using dash but streamlit for the moment, and i want to be able to do the following thing on a Parcats graph:

  • Rotate the labels so they appear tilted.
  • I noticed that even when i put a path color in white it does still have a grey outline, i was wondering if there is anything i can do to remove that outline.
  • Make some thing path stand out a little bit more, like adding marker to each category or generally make the lines thicker.

I search through Plotly’s documentation and couldn’t find anything close, thanks in advance.