Optional border on the line that is used to improve the contrast of the line color against various background colors.

interface BorderJson {
    color?: ColorJson;
    transparency?: number;
}

Properties

color?: ColorJson

The color of the border.

transparency?: number

A value between 100 (full transparency) and 0 (full opacity).