mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 08:57:26 +08:00
Add textOverflow and whiteSpace properties to CSSObject
[xAxis.labels.style](http://api.highcharts.com/highcharts/xAxis.labels.style) describes these properties: > Use `whiteSpace: 'nowrap'` to prevent wrapping of category labels > Use `textOverflow: 'none'` to prevent ellipsis (dots).
This commit is contained in:
2
types/highcharts/index.d.ts
vendored
2
types/highcharts/index.d.ts
vendored
@@ -1994,6 +1994,8 @@ declare namespace Highcharts {
|
||||
position?: string;
|
||||
top?: string;
|
||||
textOutline?: string;
|
||||
textOverflow?: string;
|
||||
whiteSpace?: string;
|
||||
}
|
||||
|
||||
interface CreditsOptions {
|
||||
|
||||
Reference in New Issue
Block a user