Skip to content

Custom providers

Compare
Choose a tag to compare
@whawker whawker released this 18 Feb 10:33
· 452 commits to master since this release

Exposed context

This new version adds niche functionality, allowing users to create their own HOCs.

The library now exposes the React contexts used internally, they all have a Provider and Consumer property.

  • HighchartsContext
  • HighchartsChartContext
  • HighchartsAxisContext
  • HighchartsSeriesContext

See #204