This is a migrated thread and some comments may be shown as answers.

Char seriesDefaults.labels.position missing in Typescript definition

1 Answer 46 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Paul van Eijk
Top achievements
Rank 1
Paul van Eijk asked on 28 May 2020, 02:24 PM

Hello,

 

It seems chart seriesDefaults.labels.position property is missing from typescript definition:

docs: https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/seriesdefaults.labels.position

 interface ChartSeriesDefaultsLabels {
        background?: string;
        border?: ChartSeriesDefaultsLabelsBorder;
        color?: string;
        font?: string;
        format?: string;
        margin?: number | ChartSeriesDefaultsLabelsMargin;
        padding?: number | ChartSeriesDefaultsLabelsPadding;
        rotation?: string|number;
        template?: string|Function;
        visible?: boolean;
        visual?: Function;
        from?: ChartSeriesDefaultsLabelsFrom;
        to?: ChartSeriesDefaultsLabelsTo;
    }

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 01 Jun 2020, 10:54 AM

Hello Paul,

Thank you for pointing out the missing definition. I have logged it in our github repo:

We will do our best to update the definitions as soon as possible.

Regards,
Georgi
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Charts
Asked by
Paul van Eijk
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or