UNPKG

@graphique/graphique

Version:

A data visualization system for React based on the Grammar of Graphics.

11 lines (10 loc) 242 B
export type { Aes, DataValue } from './Aes' export type { XYScale, XYScaleTypes, VisualEncoding, VisualEncodingTypes, } from './Scales' export * from './Brush' export * from './Legend' export type { RootGGProps, GGProps } from './GG'