fun xlim(limits: Any): Feature
Specifies data range for x axis. Set limits if you want values to be consistent across multiple plots. Setting limits will remove data outside of the limits.
limits
- The data range for x axis.
Continuous scale: a pair of numbers providing limits of the scale. Use null
to refer to default
min/max.
Discrete scale: list of data values to display on axis, and their order.