bizcharts
- Version 4.1.23
- Published
- 7.28 MB
- 12 dependencies
- MIT license
Install
npm i bizcharts
yarn add bizcharts
pnpm add bizcharts
Overview
bizcharts
Index
Variables
- AreaChart
- BarChart
- BubbleChart
- BulletChart
- CalendarChart
- Chart
- ColumnChart
- DensityHeatmapChart
- DonutChart
- DualAxesChart
- FunnelChart
- GaugeChart
- GroupedBarChart
- GroupedColumnChart
- GroupedRoseChart
- Guide
- HeatmapChart
- HistogramChart
- LineChart
- LiquidChart
- PercentStackedAreaChart
- PercentStackedBarChart
- PercentStackedColumnChart
- PieChart
- PlotAdapter
- ProgressChart
- RadarChart
- RangeBarChart
- RangeColumnChart
- RingProgressChart
- RoseChart
- ScatterChart
- StackedAreaChart
- StackedBarChart
- StackedColumnChart
- StackedRoseChart
- StepLineChart
- TinyAreaChart
- TinyColumnChart
- TinyLineChart
- TreemapChart
- Util
- VERSION
- WaterfallChart
- WordCloudChart
Functions
Classes
Namespaces
Variables
variable AreaChart
const AreaChart: any;
variable BarChart
const BarChart: any;
variable BubbleChart
const BubbleChart: any;
variable BulletChart
const BulletChart: any;
variable CalendarChart
const CalendarChart: any;
variable Chart
const Chart: React.ForwardRefExoticComponent<any>;
variable ColumnChart
const ColumnChart: any;
variable DensityHeatmapChart
const DensityHeatmapChart: any;
variable DonutChart
const DonutChart: any;
variable DualAxesChart
const DualAxesChart: any;
variable FunnelChart
const FunnelChart: any;
variable GaugeChart
const GaugeChart: any;
variable GroupedBarChart
const GroupedBarChart: any;
variable GroupedColumnChart
const GroupedColumnChart: any;
variable GroupedRoseChart
const GroupedRoseChart: any;
variable Guide
const Guide: { (props: any): any; Arc: typeof Arc; DataMarker: typeof DataMarker; DataRegion: typeof DataRegion; Image: typeof Image; Line: typeof Line; Region: typeof Region; Text: typeof Text;};
variable HeatmapChart
const HeatmapChart: any;
variable HistogramChart
const HistogramChart: any;
variable LineChart
const LineChart: any;
variable LiquidChart
const LiquidChart: any;
variable PercentStackedAreaChart
const PercentStackedAreaChart: any;
variable PercentStackedBarChart
const PercentStackedBarChart: any;
variable PercentStackedColumnChart
const PercentStackedColumnChart: any;
variable PieChart
const PieChart: any;
variable PlotAdapter
const PlotAdapter: React.FC<IAdapterProps>;
variable ProgressChart
const ProgressChart: any;
variable RadarChart
const RadarChart: any;
variable RangeBarChart
const RangeBarChart: any;
variable RangeColumnChart
const RangeColumnChart: any;
variable RingProgressChart
const RingProgressChart: any;
variable RoseChart
const RoseChart: any;
variable ScatterChart
const ScatterChart: any;
variable StackedAreaChart
const StackedAreaChart: any;
variable StackedBarChart
const StackedBarChart: any;
variable StackedColumnChart
const StackedColumnChart: any;
variable StackedRoseChart
const StackedRoseChart: any;
variable StepLineChart
const StepLineChart: any;
variable TinyAreaChart
const TinyAreaChart: any;
variable TinyColumnChart
const TinyColumnChart: any;
variable TinyLineChart
const TinyLineChart: any;
variable TreemapChart
const TreemapChart: any;
variable Util
const Util: { getLegendItems: any; translate: any; rotate: any; zoom: any; transform: (m: number[], actions: any[][]) => number[]; getAngle: any; getSectorPath: any; polarToCartesian: any; getDelegationObject: any; getTooltipItems: any; getMappingValue: any; fold: ( data: any[], fields: string[], foldCate: string, foldValue: string ) => any[]; percentage: ( data: object[], field: string, as: string, groupBy?: string | string[] ) => any[]; minifyNum: (num: any, decimal?: number) => any; splitBySeparator: (num: any, separator?: string) => any; visibleHelper: ( cfg: any, defaultVisible?: boolean ) => | { visible: boolean; text: | string | import('react').ReactElement< unknown, string | import('react').JSXElementConstructor<any> >; } | { visible: boolean; text?: undefined }; cloneDeep: (deepObject: any) => any; shallowEqual: typeof bxUtil.shallowEqual; contains: (arr: any[], value: any) => boolean; includes: (arr: any[], value: any) => boolean; difference: <T>(arr: T[], values?: T[]) => T[]; find: any; findIndex: any; firstValue: (data: object[], name: string) => any; flatten: <T_1>(arr: T_1[]) => T_1[]; flattenDeep: (arr: any[], result?: any[]) => any[]; getRange: (values: number[]) => any; pull: <T_2>(arr: T_2[], ...values: any[]) => T_2[]; pullAt: <T_3>(arr: T_3[], indexes: number[]) => T_3[]; reduce: <T_4, G>( arr: any, fn: (result: T_4, data: G, idx: string | number) => T_4, init: T_4 ) => T_4; remove: <T_5>( arr: T_5[], predicate: (value: T_5, idx: number, arr?: T_5[]) => boolean ) => T_5[]; sortBy: any; union: (...sources: any[]) => any[]; uniq: any; valuesOfKey: (data: any[], name: string) => any[]; head: any; last: any; startsWith: any; endsWith: any; filter: <T_6>(arr: T_6[], func: (v: T_6, idx: number) => boolean) => T_6[]; every: <T_7>(arr: T_7[], func: (v: T_7, idx?: number) => any) => boolean; some: <T_8>(arr: T_8[], func: (v: T_8, idx?: number) => any) => boolean; group: <T_9>( data: T_9[], condition: string | string[] | ((v: T_9) => string) ) => T_9[][]; groupBy: any; groupToMap: any; getWrapBehavior: any; wrapBehavior: any; number2color: any; parseRadius: any; clamp: (a: number, min: number, max: number) => number; fixedBase: (v: number, base: string | number) => number; isDecimal: (num: any) => boolean; isEven: (num: any) => boolean; isInteger: (number: unknown) => boolean; isNegative: (num: any) => boolean; isNumberEqual: any; isOdd: (num: any) => boolean; isPositive: (num: any) => boolean; max: (arr: number[]) => number; maxBy: <T_10>(arr: T_10[], fn: string | ((v: T_10) => number)) => T_10; min: (arr: number[]) => number; minBy: <T_11>(arr: T_11[], fn: string | ((v: T_11) => number)) => T_11; mod: (n: number, m: number) => number; toDegree: (radian: number) => number; toInteger: any; toRadian: (degree: number) => number; forIn: any; has: (obj: object, key: any) => boolean; hasKey: (obj: object, key: any) => boolean; hasValue: (obj: object, value: any) => boolean; keys: (obj: any) => any[]; isMatch: any; values: (obj: any) => any; lowerCase: (str: string) => string; lowerFirst: (value: string) => string; substitute: any; upperCase: (str: string) => string; upperFirst: (value: string) => string; getType: (value: any) => string; isArguments: (value: any) => boolean; isArray: (value: any) => value is any[]; isArrayLike: (value: any) => boolean; isBoolean: (value: any) => value is boolean; isDate: (value: any) => value is Date; isError: (value: any) => value is Error; isFunction: (value: any) => value is Function; isFinite: any; isNil: (value: any) => value is null; isNull: (value: any) => value is null; isNumber: (value: any) => value is number; isObject: <T_12 = object>(value: any) => value is T_12; isObjectLike: (value: any) => value is object; isPlainObject: (value: any) => value is object; isPrototype: (value: any) => boolean; isRegExp: (str: any) => str is RegExp; isString: (str: any) => str is string; isType: (value: any, type: string) => boolean; isUndefined: (value: any) => value is undefined; isElement: (o: any) => boolean; requestAnimationFrame: any; clearAnimationFrame: any; augment: (...args: any[]) => void; clone: (obj: any) => any; debounce: any; memoize: ( f: Function, resolver?: (...args: any[]) => string ) => { (...args: any[]): any; cache: Map<any, any> }; deepMix: (rst: any, ...args: any[]) => any; each: any; extend: ( subclass: any, superclass: any, overrides?: any, staticOverrides?: any ) => any; indexOf: <T_13>(arr: T_13[], obj: T_13) => number; isEmpty: any; isEqual: (value: any, other: any) => boolean; isEqualWith: <T_14>( value: T_14, other: T_14, fn: (v1: T_14, v2: T_14) => boolean ) => boolean; map: <T_15, G_1>(arr: T_15[], func: (v: T_15, idx: number) => G_1) => G_1[]; mapValues: <T_16>( object: { [key: string]: T_16 }, func?: (value: T_16, key: string) => any ) => { [key: string]: any }; mix: any; assign: any; get: (obj: any, key: string | any[], defaultValue?: any) => any; set: (obj: any, path: string | any[], value: any) => any; pick: <T_17>(object: any, keys: string[]) => any; omit: <T_18>(obj: any, keys: string[]) => any; throttle: (func: Function, wait: number, options: any) => Function; toArray: (value: any) => any[]; toString: (value: any) => string; uniqueId: (prefix?: string) => string; noop: () => void; identity: <T_19>(v: T_19) => T_19; size: any; measureTextWidth: { (...args: any[]): any; cache: Map<any, any> }; getEllipsisText: ( text: string | number, maxWidth: number, font?: any, str?: string ) => string | number; Cache: any;};
variable VERSION
const VERSION: string;
variable WaterfallChart
const WaterfallChart: any;
variable WordCloudChart
const WordCloudChart: any;
Functions
function Axis
Axis: (props: IAxis) => any;
function Coord
Coord: (props: any) => React.JSX.Element;
function Coordinate
Coordinate: (props: ICoordinateProps) => any;
function createPlot
createPlot: <IPlotConfig extends Record<string, any>>( PlotClass: any, name: string, transCfg?: Function) => React.ForwardRefExoticComponent<any>;
function createTooltipConnector
createTooltipConnector: () => Connector;
function Effects
Effects: (props: IEffectsProps) => React.ReactElement<unknown, any>;
function Facet
Facet: (props: IFacetProps) => any;
function Geom
Geom: (props: IGemo) => React.JSX.Element;
function Interaction
Interaction: (props: IInteractionProps) => any;
function Label
Label: (props: any) => React.JSX.Element;
function Legend
Legend: (props: ILegend) => any;
function LineAdvance
LineAdvance: (props: ILineAdvanceGemoProps) => React.JSX.Element;
function setDefaultErrorFallback
setDefaultErrorFallback: (CustComponents: any) => void;
function Slider
Slider: (props: ISliderProps) => any;
function Tooltip
Tooltip: typeof Tooltip;
function useChartInstance
useChartInstance: () => any;
function useRootChart
useRootChart: () => any;
function useTheme
useTheme: ( defaultThemeName?: string) => import('@antv/g2/lib/interface').LooseObject[];
function useView
useView: () => Chart;
function withChartInstance
withChartInstance: <T>(Component: any) => React.ForwardRefExoticComponent<any>;
function withView
withView: <T>(Component: any) => (props: T) => React.JSX.Element;
Classes
class Area
class AreaGeom extends BaseGemo<IAreaGemoProps> {}
property GemoBaseClassName
GemoBaseClassName: string;
class BaseGeom
abstract class BaseGeom<T extends IBaseGemoProps> extends React.Component<T> {}
constructor
constructor(props: any);
property GemoBaseClassName
protected abstract readonly GemoBaseClassName: string;
property geomHelper
geomHelper: GeomHelper;
property interactionTypes
protected interactionTypes: string[];
method componentWillUnmount
componentWillUnmount: () => void;
method render
render: () => React.JSX.Element;
class Edge
class EdgeGeom extends BaseGemo<IEdgeGemoProps> {}
property GemoBaseClassName
GemoBaseClassName: string;
class Heatmap
class HeatmapGeom extends BaseGemo<IHeatmapGemoProps> {}
property GemoBaseClassName
GemoBaseClassName: string;
class Interval
class IntervalGeom extends BaseGemo<IIntervalGemoProps> {}
property GemoBaseClassName
GemoBaseClassName: string;
property interactionTypes
interactionTypes: string[];
class Line
class LineGeom extends BaseGemo<ILineGemoProps> {}
property GemoBaseClassName
GemoBaseClassName: string;
class Path
class PathGeom extends BaseGemo<IPathGemoProps> {}
property GemoBaseClassName
GemoBaseClassName: string;
class Point
class PointGeom extends BaseGemo<IPointGemoProps> {}
property GemoBaseClassName
GemoBaseClassName: string;
class Polygon
class PolygonGeom extends BaseGemo<IPolygonGemoProps> {}
property GemoBaseClassName
GemoBaseClassName: string;
class Schema
class SchemaGeom extends BaseGemo<ISchemaGemoProps> {}
property GemoBaseClassName
GemoBaseClassName: string;
class View
class View extends React.Component<IViewProps> {}
property defaultProps
static defaultProps: { visible: boolean; preInteractions: any[]; filter: any[] };
property name
name: string;
method componentWillUnmount
componentWillUnmount: () => void;
method render
render: () => React.JSX.Element;
Namespaces
namespace Annotation
module 'lib/components/Annotation/index.d.ts' {}
class Arc
class Arc extends Base<AnnotationArcProps> {}
property annotationType
annotationType: string;
class Base
abstract class Annotation<PropsI> extends React.Component<PropsI, any> {}
property annotation
protected annotation: any;
property annotationType
protected annotationType: string;
property contextType
static contextType: any;
property id
protected id: string;
property index
protected index: number;
method componentDidMount
componentDidMount: () => void;
method componentDidUpdate
componentDidUpdate: () => void;
method componentWillUnmount
componentWillUnmount: () => void;
method getChartIns
getChartIns: () => any;
method render
render: () => React.JSX.Element;
class DataMarker
class DataMarker extends Base<AnnotationDataMarkerProps> {}
property annotationType
annotationType: string;
class DataRegion
class DataRegion extends Base<AnnotationDataRegionProps> {}
property annotationType
annotationType: string;
class Html
class Html extends Base<HtmlAnnotationProps> {}
property annotationType
annotationType: string;
class Image
class Image extends Base<AnnotationImageProps> {}
property annotationType
annotationType: string;
class Line
class Line extends Base<AnnotationLineProps> {}
property annotationType
annotationType: string;
class ReactElement
class Html extends Base<HtmlAnnotationProps> {}
property annotationType
annotationType: string;
class Region
class Region extends Base<AnnotationRegionProps> {}
property annotationType
annotationType: string;
class RegionFilter
class RegionFilter extends Base<AnnotationRegionFilterProps> {}
property annotationType
annotationType: string;
class Text
class Text extends Base<AnnotationTextProps> {}
property annotationType
protected annotationType: string;
namespace G2
module 'lib/g2-all.d.ts' {}
namespace GComponents
module 'lib/g-components/index.d.ts' {}
variable Canvas
const Canvas: React.ForwardRefExoticComponent<any>;
variable Circle
const Circle: React.ForwardRefExoticComponent<any>;
variable Ellipse
const Ellipse: React.ForwardRefExoticComponent<any>;
variable Group
const Group: React.ForwardRefExoticComponent<any>;
variable Image
const Image: React.ForwardRefExoticComponent<any>;
variable Line
const Line: React.ForwardRefExoticComponent<any>;
variable Marker
const Marker: React.ForwardRefExoticComponent<any>;
variable Path
const Path: React.ForwardRefExoticComponent<any>;
variable Polygon
const Polygon: React.ForwardRefExoticComponent<any>;
variable Polyline
const Polyline: React.ForwardRefExoticComponent<any>;
variable Rect
const Rect: React.ForwardRefExoticComponent<any>;
variable Text
const Text: React.ForwardRefExoticComponent<any>;
function render
render: (element: any, container: any) => any;
namespace Tooltip
namespace Tooltip {}
variable defaultProps
var defaultProps: { showMarkers: boolean; triggerOn: string };
Package Files (102)
- lib/adapter/Guide.d.ts
- lib/boundary/ErrorBoundary.d.ts
- lib/components/Annotation/arc.d.ts
- lib/components/Annotation/base.d.ts
- lib/components/Annotation/dataMarker.d.ts
- lib/components/Annotation/dataRegion.d.ts
- lib/components/Annotation/html.d.ts
- lib/components/Annotation/image.d.ts
- lib/components/Annotation/index.d.ts
- lib/components/Annotation/line.d.ts
- lib/components/Annotation/reactElement/index.d.ts
- lib/components/Annotation/region.d.ts
- lib/components/Annotation/regionFilter.d.ts
- lib/components/Annotation/text.d.ts
- lib/components/Axis/index.d.ts
- lib/components/Chart/index.d.ts
- lib/components/Coordinate/coord.d.ts
- lib/components/Coordinate/index.d.ts
- lib/components/Effects/index.d.ts
- lib/components/Facet/index.d.ts
- lib/components/Interaction/index.d.ts
- lib/components/Legend/index.d.ts
- lib/components/Slider/index.d.ts
- lib/components/Tooltip/index.d.ts
- lib/components/View/index.d.ts
- lib/connector/createTooltipConnector.d.ts
- lib/context/root.d.ts
- lib/context/view.d.ts
- lib/core.d.ts
- lib/createPlot.d.ts
- lib/g-components/Canvas.d.ts
- lib/g-components/Circle.d.ts
- lib/g-components/Ellipse.d.ts
- lib/g-components/Group.d.ts
- lib/g-components/Image.d.ts
- lib/g-components/Line.d.ts
- lib/g-components/Marker.d.ts
- lib/g-components/Path.d.ts
- lib/g-components/Polygon.d.ts
- lib/g-components/Polyline.d.ts
- lib/g-components/Rect.d.ts
- lib/g-components/Text.d.ts
- lib/g-components/index.d.ts
- lib/g2-all.d.ts
- lib/geometry/Area.d.ts
- lib/geometry/Base.d.ts
- lib/geometry/Edge.d.ts
- lib/geometry/Heatmap.d.ts
- lib/geometry/Interval.d.ts
- lib/geometry/Label.d.ts
- lib/geometry/Line.d.ts
- lib/geometry/LineAdvance.d.ts
- lib/geometry/Path.d.ts
- lib/geometry/Point.d.ts
- lib/geometry/Polygon.d.ts
- lib/geometry/Schema.d.ts
- lib/geometry/index.d.ts
- lib/hooks/useChartInstance.d.ts
- lib/hooks/useChartView.d.ts
- lib/hooks/useTheme.d.ts
- lib/index.d.ts
- lib/plots/AreaChart.d.ts
- lib/plots/BarChart.d.ts
- lib/plots/BubbleChart.d.ts
- lib/plots/BulletChart.d.ts
- lib/plots/CalendarChart.d.ts
- lib/plots/ColumnChart.d.ts
- lib/plots/DensityHeatmapChart.d.ts
- lib/plots/DonutChart.d.ts
- lib/plots/DualAxesChart.d.ts
- lib/plots/FunnelChart.d.ts
- lib/plots/GaugeChart.d.ts
- lib/plots/GroupedBarChart.d.ts
- lib/plots/GroupedColumnChart.d.ts
- lib/plots/GroupedRoseChart.d.ts
- lib/plots/HeatmapChart.d.ts
- lib/plots/HistogramChart.d.ts
- lib/plots/LineChart.d.ts
- lib/plots/LiquidChart.d.ts
- lib/plots/PercentStackedAreaChart.d.ts
- lib/plots/PercentStackedBarChart.d.ts
- lib/plots/PercentStackedColumnChart.d.ts
- lib/plots/PieChart.d.ts
- lib/plots/PlotAdapter.d.ts
- lib/plots/ProgressChart.d.ts
- lib/plots/RadarChart.d.ts
- lib/plots/RangeBarChart.d.ts
- lib/plots/RangeColumnChart.d.ts
- lib/plots/RingProgressChart.d.ts
- lib/plots/RoseChart.d.ts
- lib/plots/ScatterChart.d.ts
- lib/plots/StackedAreaChart.d.ts
- lib/plots/StackedBarChart.d.ts
- lib/plots/StackedColumnChart.d.ts
- lib/plots/StackedRoseChart.d.ts
- lib/plots/StepLineChart.d.ts
- lib/plots/TinyAreaChart.d.ts
- lib/plots/TinyColumnChart.d.ts
- lib/plots/TinyLineChart.d.ts
- lib/plots/TreemapChart.d.ts
- lib/plots/WaterfallChart.d.ts
- lib/plots/WordCloudChart.d.ts
Dependencies (12)
Dev Dependencies (75)
- @antv/data-set
- @babel/cli
- @babel/core
- @babel/plugin-transform-modules-commonjs
- @babel/preset-env
- @babel/preset-es2015
- @babel/register
- @babel/runtime
- @storybook/addon-actions
- @storybook/addon-backgrounds
- @storybook/addon-docs
- @storybook/addon-info
- @storybook/addon-knobs
- @storybook/addon-links
- @storybook/addon-options
- @storybook/addons
- @storybook/react
- @storybook/theming
- @testing-library/react
- @types/jest
- @types/react-dom
- @umijs/fabric
- @welldone-software/why-did-you-render
- airbnb-js-shims
- aphrodite
- babel-jest
- babel-loader
- babel-plugin-inline-react-svg
- babel-plugin-inline-svg
- babel-plugin-istanbul
- babel-preset-airbnb
- babel-preset-react
- babel-preset-umi
- babel-runtime
- bx-jest-electron
- clean-css
- coveralls
- cross-env
- d3-scale
- declaration-bundler-webpack-plugin
- eslint
- git-directory-deploy
- gulp
- gulp-typescript
- gulp-util
- imports-loader
- in-publish
- jest
- jest-extended
- js-beautify
- moment
- moment-jalaali
- node-sass
- np
- npm-run-all
- numeral
- nyc
- pre-commit
- prettier
- raw-loader
- react
- react-dom
- react-with-styles-interface-aphrodite
- react-with-styles-interface-css-compiler
- rimraf
- safe-publish-latest
- sass-loader
- snapshot-diff
- style-loader
- ts-jest
- ts-loader
- typescript
- webpack
- webpack-bundle-analyzer
- webpack-cli
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/bizcharts
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/bizcharts)
- HTML<a href="https://www.jsdocs.io/package/bizcharts"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 5992 ms. - Missing or incorrect documentation? Open an issue for this package.