| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- export declare function getClassNames(prefixCls?: string): {
- CONTAINER: string;
- TITLE: string;
- LIST: string;
- LIST_ITEM: string;
- NAME: string;
- MARKER: string;
- NAME_LABEL: string;
- VALUE: string;
- CROSSHAIR_X: string;
- CROSSHAIR_Y: string;
- };
- export declare function getDefaultTooltipStyle(prefixCls?: string): {
- [x: string]: {
- position: string;
- visibility: string;
- 'z-index': number;
- transition: string;
- 'background-color': string;
- 'box-shadow': string;
- 'border-radius': string;
- color: string;
- 'font-size': string;
- 'line-height': string;
- padding: string;
- 'min-width': string;
- 'max-width': string;
- 'font-family': string;
- margin?: undefined;
- 'list-style-type'?: undefined;
- display?: undefined;
- 'align-items'?: undefined;
- 'justify-content'?: undefined;
- 'white-space'?: undefined;
- width?: undefined;
- height?: undefined;
- 'margin-right'?: undefined;
- } | {
- color: string;
- position?: undefined;
- visibility?: undefined;
- 'z-index'?: undefined;
- transition?: undefined;
- 'background-color'?: undefined;
- 'box-shadow'?: undefined;
- 'border-radius'?: undefined;
- 'font-size'?: undefined;
- 'line-height'?: undefined;
- padding?: undefined;
- 'min-width'?: undefined;
- 'max-width'?: undefined;
- 'font-family'?: undefined;
- margin?: undefined;
- 'list-style-type'?: undefined;
- display?: undefined;
- 'align-items'?: undefined;
- 'justify-content'?: undefined;
- 'white-space'?: undefined;
- width?: undefined;
- height?: undefined;
- 'margin-right'?: undefined;
- } | {
- margin: string;
- 'list-style-type': string;
- padding: string;
- position?: undefined;
- visibility?: undefined;
- 'z-index'?: undefined;
- transition?: undefined;
- 'background-color'?: undefined;
- 'box-shadow'?: undefined;
- 'border-radius'?: undefined;
- color?: undefined;
- 'font-size'?: undefined;
- 'line-height'?: undefined;
- 'min-width'?: undefined;
- 'max-width'?: undefined;
- 'font-family'?: undefined;
- display?: undefined;
- 'align-items'?: undefined;
- 'justify-content'?: undefined;
- 'white-space'?: undefined;
- width?: undefined;
- height?: undefined;
- 'margin-right'?: undefined;
- } | {
- 'list-style-type': string;
- display: string;
- 'line-height': string;
- 'align-items': string;
- 'justify-content': string;
- 'white-space': string;
- position?: undefined;
- visibility?: undefined;
- 'z-index'?: undefined;
- transition?: undefined;
- 'background-color'?: undefined;
- 'box-shadow'?: undefined;
- 'border-radius'?: undefined;
- color?: undefined;
- 'font-size'?: undefined;
- padding?: undefined;
- 'min-width'?: undefined;
- 'max-width'?: undefined;
- 'font-family'?: undefined;
- margin?: undefined;
- width?: undefined;
- height?: undefined;
- 'margin-right'?: undefined;
- } | {
- width: string;
- height: string;
- 'border-radius': string;
- display: string;
- 'margin-right': string;
- position?: undefined;
- visibility?: undefined;
- 'z-index'?: undefined;
- transition?: undefined;
- 'background-color'?: undefined;
- 'box-shadow'?: undefined;
- color?: undefined;
- 'font-size'?: undefined;
- 'line-height'?: undefined;
- padding?: undefined;
- 'min-width'?: undefined;
- 'max-width'?: undefined;
- 'font-family'?: undefined;
- margin?: undefined;
- 'list-style-type'?: undefined;
- 'align-items'?: undefined;
- 'justify-content'?: undefined;
- 'white-space'?: undefined;
- } | {
- display: string;
- 'align-items': string;
- 'max-width': string;
- position?: undefined;
- visibility?: undefined;
- 'z-index'?: undefined;
- transition?: undefined;
- 'background-color'?: undefined;
- 'box-shadow'?: undefined;
- 'border-radius'?: undefined;
- color?: undefined;
- 'font-size'?: undefined;
- 'line-height'?: undefined;
- padding?: undefined;
- 'min-width'?: undefined;
- 'font-family'?: undefined;
- margin?: undefined;
- 'list-style-type'?: undefined;
- 'justify-content'?: undefined;
- 'white-space'?: undefined;
- width?: undefined;
- height?: undefined;
- 'margin-right'?: undefined;
- } | {
- overflow: string;
- 'white-space': string;
- 'text-overflow': string;
- flex: number;
- position?: undefined;
- visibility?: undefined;
- 'z-index'?: undefined;
- transition?: undefined;
- 'background-color'?: undefined;
- 'box-shadow'?: undefined;
- 'border-radius'?: undefined;
- color?: undefined;
- 'font-size'?: undefined;
- 'line-height'?: undefined;
- padding?: undefined;
- 'min-width'?: undefined;
- 'max-width'?: undefined;
- 'font-family'?: undefined;
- margin?: undefined;
- 'list-style-type'?: undefined;
- display?: undefined;
- 'align-items'?: undefined;
- 'justify-content'?: undefined;
- width?: undefined;
- height?: undefined;
- 'margin-right'?: undefined;
- } | {
- overflow: string;
- 'white-space': string;
- 'text-overflow': string;
- display: string;
- float: string;
- flex: number;
- 'text-align': string;
- 'min-width': string;
- 'margin-left': string;
- color: string;
- position?: undefined;
- visibility?: undefined;
- 'z-index'?: undefined;
- transition?: undefined;
- 'background-color'?: undefined;
- 'box-shadow'?: undefined;
- 'border-radius'?: undefined;
- 'font-size'?: undefined;
- 'line-height'?: undefined;
- padding?: undefined;
- 'max-width'?: undefined;
- 'font-family'?: undefined;
- margin?: undefined;
- 'list-style-type'?: undefined;
- 'align-items'?: undefined;
- 'justify-content'?: undefined;
- width?: undefined;
- height?: undefined;
- 'margin-right'?: undefined;
- } | {
- position: string;
- width: string;
- 'background-color': string;
- visibility?: undefined;
- 'z-index'?: undefined;
- transition?: undefined;
- 'box-shadow'?: undefined;
- 'border-radius'?: undefined;
- color?: undefined;
- 'font-size'?: undefined;
- 'line-height'?: undefined;
- padding?: undefined;
- 'min-width'?: undefined;
- 'max-width'?: undefined;
- 'font-family'?: undefined;
- margin?: undefined;
- 'list-style-type'?: undefined;
- display?: undefined;
- 'align-items'?: undefined;
- 'justify-content'?: undefined;
- 'white-space'?: undefined;
- height?: undefined;
- 'margin-right'?: undefined;
- } | {
- position: string;
- height: string;
- 'background-color': string;
- visibility?: undefined;
- 'z-index'?: undefined;
- transition?: undefined;
- 'box-shadow'?: undefined;
- 'border-radius'?: undefined;
- color?: undefined;
- 'font-size'?: undefined;
- 'line-height'?: undefined;
- padding?: undefined;
- 'min-width'?: undefined;
- 'max-width'?: undefined;
- 'font-family'?: undefined;
- margin?: undefined;
- 'list-style-type'?: undefined;
- display?: undefined;
- 'align-items'?: undefined;
- 'justify-content'?: undefined;
- 'white-space'?: undefined;
- width?: undefined;
- 'margin-right'?: undefined;
- };
- };
|