Hello everybody,
I'm using ExtJS 6.5.3. I tried to remove the border from a legend of some charts (http://docs.sencha.com/extjs/6.5.3/c...nd.Legend.html).
I have tried something like
-----------------------------
border: false
or
style: { borderColor: 'transparent' }
-----------------------------
but unfortunately, it didn't work. Does someone has an experience or can someone recommend me?
Thanks in advance.