graph » options » mmp-marker
mmp-marker
[ root » graph » options » mmp-marker ]
Depth Chart only: Styles the mid market price marker on the depth chart.
Attribute | Type | Description |
---|---|---|
alpha | Number | Sets the opacity on the marker, with 0 being fully transparent and 1 being fully opaque. Note that decimal value requires the leading 0. |
dataN data-n | Any | Prefix attribute or array using "data-" to define a custom token. |
label | Object | Configures the mid-market price label. Introduced in: v2.8.3 Chart types: Depth |
lineColor line-color | String | Sets the line color of the object, applicable on non-closed shapes. See also border-color for closed shapes. Default Value: '#000' |
lineGapSize line-gap-size | Number | Can be used to create custom dashed or dotted lines when used with line-segment-size. This will control the size of the gaps between each line segment. Default Value: 0 |
lineSegmentSize line-segment-size | Number | Can be used to create custom dashed or dotted lines when used with line-gap-size. This will control the size of the visible segment of line. Default Value: 0 |
lineStyle line-style | String | Sets the line style of the object. Accepted Values: ['dashdot', 'dashed', 'dotted', 'solid'] Default Value: '' |
lineWidth line-width | Number | Sets the line width of the object, applicable on non-closed shapes. See also border-width for closed shapes. Default Value: 0 |
visible | Boolean | Sets the visibility of the object. Allows you to turn off the object without removing lines of JSON. Introduced in: v2.8.3 |