Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 803 Bytes

File metadata and controls

24 lines (17 loc) · 803 Bytes

InsightsChartSeriesMetadata

Properties

Name Type Description Notes
name string Name of the series [default to undefined]
count number Aggregate count of the series values [optional] [default to undefined]
bounds Array<InsightsChartBounds> Bounds for the series data [optional] [default to undefined]

Example

import { InsightsChartSeriesMetadata } from 'launchdarkly-api-typescript';

const instance: InsightsChartSeriesMetadata = {
    name,
    count,
    bounds,
};

[Back to Model list] [Back to API list] [Back to README]