37.0.2 • Published 26 days ago

victory-canvas v37.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
26 days ago

#VictoryCanvas

This is an experimental set of primitive components that can be used in place of the default Victory primitives to render data to a Canvas container rather than SVG.

The current version of this package includes components for line, bar, and scatter charts.

Example usage:

<VictoryLine
  groupComponent={<CanvasGroup />}
  dataComponent={<CanvasCurve />}
  data={data}
/>
<VictoryBar
  groupComponent={<CanvasGroup />}
  dataComponent={<CanvasBar />}
  data={data}
/>
<VictoryScatter
  groupComponent={<CanvasGroup />}
  dataComponent={<CanvasPoint />}
  data={data}
/>

This package currently exports:

  • CanvasGroup
  • CanvasCurve
  • CanvasPoint
  • CanvasBar

Please visit our documentation site to read more about these components https://commerce.nearform.com/open-source/victory

To suggest an addition or correction to this documentation please see https://github.com/FormidableLabs/victory/blob/main/docs/src/content/docs

37.0.2

26 days ago

37.0.1

1 month ago

37.0.1-next.2

1 month ago

37.0.1-next.1

1 month ago

37.0.1-next.0

1 month ago

37.0.0

1 month ago

36.9.2

2 months ago

36.9.2-next.3

2 months ago

36.9.2-next.1

2 months ago

36.9.2-next.0

3 months ago

36.9.1-next.0

3 months ago

36.9.0

3 months ago

36.9.1

3 months ago

36.8.6

3 months ago

36.8.5-next.0

3 months ago

36.8.5

3 months ago

36.8.3

3 months ago

36.8.4

3 months ago

36.8.2

4 months ago

36.8.1

4 months ago

36.7.0

5 months ago

36.6.12

6 months ago

36.6.11

11 months ago

36.6.10

1 year ago

36.6.5

2 years ago

36.6.6

2 years ago

36.6.7

2 years ago

36.6.8

2 years ago

36.6.1

2 years ago

36.5.2

2 years ago

36.6.2

2 years ago

36.5.3

2 years ago

36.5.0

2 years ago

36.4.1

2 years ago

36.6.0

2 years ago

36.5.1

2 years ago

36.6.3

2 years ago

36.6.4

2 years ago

36.4.0

2 years ago

36.3.2

2 years ago

36.3.0

2 years ago

36.2.1

2 years ago

36.2.2

2 years ago

36.2.0

2 years ago

36.1.0

3 years ago