Open ogostos opened 4 years ago
I'm using styles like it is defined in instructions.
data: [ [ { value: 'Red', style: { border: { style: 'thick', color: { rgb: "FFFFAA00" } }, fill: { patternType: 'solid', fgColor: { rgb: 'FFFF0000' } } } }, ],
Still can't see any border. If there is no such functionality how can we implement it? Any ideas?
I'm using styles like it is defined in instructions.
data: [ [ { value: 'Red', style: { border: { style: 'thick', color: { rgb: "FFFFAA00" } }, fill: { patternType: 'solid', fgColor: { rgb: 'FFFF0000' } } } }, ],
Still can't see any border. If there is no such functionality how can we implement it? Any ideas?