This constructor is an implementation detail. Do not use this.
Accesses the y coordinate of the horizontal grid line specified. You may not provide an out of bounds index.
Describes how many horizontal grid lines to visualize.
Describes whether the graph is flipped vertically. For visualizing the graph, this usually doesn't need to be interpreted, as this information is entirely encoded into the other variables.
If the live delta is active, the last point is to be interpreted as a preview of the next split that is about to happen. Use the partial fill color to visualize the region beneath that graph segment.
The y coordinate that separates the region that shows the times that are ahead of the comparison and those that are behind.
Describes whether the segment the point specified is visualizing achieved a new best segment time. Use the best segment color for it, in that case. You may not provide an out of bounds index.
Returns the x coordinate of the point specified. You may not provide an out of bounds index.
Returns the y coordinate of the point specified. You may not provide an out of bounds index.
Returns the amount of points to visualize. Connect all of them to visualize the graph. If the live delta is active, the last point is to be interpreted as a preview of the next split that is about to happen. Use the partial fill color to visualize the region beneath that graph segment.
Accesses the x coordinate of the vertical grid line specified. You may not provide an out of bounds index.
Describes how many vertical grid lines to visualize.
Generated using TypeDoc
The state object describes the information to visualize for this component. All the coordinates are in the range 0..1.