According to the source code of Plotly.js (src/components/color/attributes.js), the default color list is
'#1f77b4', // muted blue
'#ff7f0e', // safety orange
'#2ca02c', // cooked asparagus green
'#d62728', // brick red
'#9467bd', // muted purple
'#8c564b', // chestnut brown
'#e377c2', // raspberry yogurt pink
'#7f7f7f', // middle gray
'#bcbd22', // curry yellow-green
'#17becf' // blue-teal
If you have more than 10 series, you will go back to the first color.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…