Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bar): allow BarCanvas axis to be nullable (#1980)
Types do not currently allow `axisBottom`, `axisLeft`, `axisRight`, or `axisTop` to be set to `null`, however this is required to disable axis and is found in the nivo documentation.
- Loading branch information