/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ChartCustomNumberFormatOptions { /** * Custom prefix to be prepended to the chart attribute. This field is optional. */ prefix?: string; /** * Custom suffix to be appended to the chart attribute. This field is optional. */ suffix?: string; } //# sourceMappingURL=ChartCustomNumberFormatOptions.d.ts.map