UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

32 lines (31 loc) 1.53 kB
import clearOverlapping from './clear-overlapping'; import datetimeStringAbbrevaite from './datetime-string-abbrevaite'; import digitsAbbreviate from './digits-abbreviate'; import nodeJitter from './node-jitter'; import nodeJitterUpward from './node-jitter-upward'; import nodesResampling from './nodes-resampling'; import nodesResamplingByAbbrevate from './nodes-resampling-by-abbrevate'; import nodesResamplingByChange from './nodes-resampling-by-change'; import nodesResamplingByState from './nodes-resampling-by-state'; import robustAbbrevaite from './robust-abbrevaite'; import textAbbreviate from './text-abbreviate'; import textHide from './text-hide'; import textRotation from './text-rotation'; import textWrapper from './text-wrapper'; export declare const rulesLib: { textWrapper: typeof textWrapper; textRotation: typeof textRotation; textAbbreviate: typeof textAbbreviate; textHide: typeof textHide; digitsAbbreviate: typeof digitsAbbreviate; datetimeStringAbbrevaite: typeof datetimeStringAbbrevaite; robustAbbrevaite: typeof robustAbbrevaite; nodesResampling: typeof nodesResampling; nodesResamplingByAbbrevate: typeof nodesResamplingByAbbrevate; nodesResamplingByChange: typeof nodesResamplingByChange; nodesResamplingByState: typeof nodesResamplingByState; nodeJitter: typeof nodeJitter; nodeJitterUpward: typeof nodeJitterUpward; clearOverlapping: typeof clearOverlapping; }; export declare function registerResponsiveRule(name: any, method: any): void;