hi,
is it possible to define a background for data point labels ?
when some values overlaps, none of them are readable, with a white background it can be better ...
I tried :
series: [
{
type: 'line',
title: 'Series 1',
data: data1,
labels: { fillStyle: '#999999', font: '8px sans-serif', lineWidth:1, backgroundColor:'white' },
markers: null
}
]
but it doesn't work
TIA