Piechart Marker width error

var data = [{
values: [19, 26, 55],
labels: [‘Residential’, ‘Non-Residential’, ‘Utility’],
type: ‘pie’,
marker:{
colors:[’#000000’,’#000000’],
line:{
width:[1,1,2],
color:’#000
}
}
}];

Plotly.newPlot(‘myDiv’, data);

plotlyjs ti set wdith stroke of each pie piece not working

Thanks for the report. Do you know if array marker.line.width ever worked before?