| Name | Type | Description | Notes |
|---|---|---|---|
| x | number | X-axis value | [default to undefined] |
| y | number | Y-axis value | [default to undefined] |
| values | { [key: string]: any; } | Additional values for the data point | [optional] [default to undefined] |
import { InsightsChartSeriesDataPoint } from 'launchdarkly-api-typescript';
const instance: InsightsChartSeriesDataPoint = {
x,
y,
values,
};