I am trying to show a border on my Shield UI Chart. I set it's color:
borderColor: 'red',
but it won't show. I tried to set the color as hex value:
borderColor: '#F01616',
but this doesn't help either. However when I set the same value for the charts background:
backgroundColor: 'red',
it works. What am I dong wrong?