From 374212576e05739fe90a58f0d3ca35d73594dbd5 Mon Sep 17 00:00:00 2001 From: Peter Albert Date: Sun, 2 Aug 2015 15:09:45 +0200 Subject: [PATCH] Added AmChart.creditsPosition property --- amcharts/AmCharts.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/amcharts/AmCharts.d.ts b/amcharts/AmCharts.d.ts index c7294daa2..15ddc47fa 100644 --- a/amcharts/AmCharts.d.ts +++ b/amcharts/AmCharts.d.ts @@ -922,6 +922,10 @@ If you do not set properties such as dashLength, lineAlpha, lineColor, etc - val classNamePrefix: string; /** Text color. #000000 */ color: string; + /** Non-commercial version only. Specifies position of link to amCharts site. Allowed values are: top-left, top-right, bottom-left and bottom-right. + @default 'top-left' + */ + creditsPosition: string; /** Array of data objects, for example: [{country:"US", value:524},{country:"UK", value:624},{country:"Lithuania", value:824}]. You can have any number of fields and use any field names. In case of AmMap, data provider should be MapData object. */ dataProvider: any[]; /** Decimal separator.