Merge pull request #19498 from fwielstra/patch-1

[highcharts] Add textOverflow and whiteSpace properties to CSSObject
This commit is contained in:
Nathan Shively-Sanders
2017-09-07 13:34:52 -07:00
committed by GitHub

View File

@@ -1994,6 +1994,8 @@ declare namespace Highcharts {
position?: string;
top?: string;
textOutline?: string;
textOverflow?: string;
whiteSpace?: string;
}
interface CreditsOptions {