Skip to contentSkip to navigationSkip to topbar
Paste DSys

Chart Provider

Version 2.1.0GithubDesign assets pendingPeer review pending

Chart Provider is a data visualization component used to wrap an individual chart to store and share state to child charting elements.

@twilio-paste/chart-provider

2.1.0

Minor Changes

2.0.1

Patch Changes

  • 262c1b715 #4281 Thanks @PixeledCode! - [all packages]: add use client directive to the components and icons. This will make paste library compatible with server components

2.0.0

Major Changes

  • f48211e56 #4258 Thanks @PixeledCode! - [all packages]: Upgrade to React 19 and drop support for React 16. Paste only supports the three latest versions of React. If you're using Paste in a React 17, 18, or 19 app, you should be able to upgrade with full backwards compatibility. If you experience any issues, please let us know on Github.

Patch Changes

1.0.0

Major Changes

  • 50da0778c #4236 Thanks @krisantrobus! - [ChartProvider] added a new component that will wrap chart instances to control and share the state to child charting components