Tag: graph-point | Create a new point on a graph |
|
Attrib Name |
Type |
Possible Values |
Description |
angle-range |
float [deg] |
null |
The angle which is covered by the arc (default: 360 [deg]) |
angle-start |
float [deg] |
null |
The angle where the arc begins (default: 0 [deg]) |
color |
string |
null |
The color of the point. |
filled |
boolean |
null |
True, if the element should be filled with a solid color. |
height |
integer |
null |
The height of the element. (defaults to `width') |
size |
integer |
null |
The size/linewidth of the element. |
type |
string |
point,bar,arc |
The type of point to display. |
width |
integer |
null |
The width of the element. (defaults to `size') |
x |
integer |
null |
The x location on the graph. |
y |
integer |
null |
The y location on the graph. |