| Name | Type | Description | Notes |
|---|---|---|---|
| summary | { [key: string]: any; } | [default to undefined] | |
| name | string | Name of the chart | [optional] [default to undefined] |
| metrics | { [key: string]: InsightsChartMetric; } | [optional] [default to undefined] | |
| xAxis | InsightsChartSeriesMetadataAxis | [default to undefined] | |
| yAxis | InsightsChartSeriesMetadataAxis | [default to undefined] |
import { InsightsChartMetadata } from 'launchdarkly-api-typescript';
const instance: InsightsChartMetadata = {
summary,
name,
metrics,
xAxis,
yAxis,
};