The style input in PlotlyComponent conflicts with the global Angular binding, which itself is linked to the native HTML style attribute.
It looks like it's actually bound it to the inner element's ngStyle. ngStyle and style are essentially equivalent, with the current Angular style guide preferring style.
I propose to a rename of the input, to something like elementStyle, innerStyle, plotElementStyle, or the like.
The
styleinput in PlotlyComponent conflicts with the global Angular binding, which itself is linked to the native HTMLstyleattribute.It looks like it's actually bound it to the inner element's
ngStyle.ngStyleandstyleare essentially equivalent, with the current Angular style guide preferringstyle.I propose to a rename of the input, to something like
elementStyle,innerStyle,plotElementStyle, or the like.