Skip to content

Commit

Permalink
Revert "Remove nosnap from demo so we can catch future issues"
Browse files Browse the repository at this point in the history
This reverts commit c42866b.
  • Loading branch information
JCQuintas committed Apr 24, 2024
1 parent c42866b commit fbe0d81
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 85 deletions.
82 changes: 0 additions & 82 deletions docs/data/charts/axis/AxisCustomization.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const defaultXAxis = {
label: 'My axis',
tickSize: 6,
};

export default function AxisCustomization() {
export default function AxisCustomizationNoSnap() {
return (
<ChartsUsageDemo
componentName="Alert"
Expand Down
2 changes: 1 addition & 1 deletion docs/data/charts/axis/axis.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ For example `leftAxis={null}` hides the left axis.

Axes rendering can be further customized. Below is an interactive demonstration of the axis props.

{{"demo": "AxisCustomization.js", "hideToolbar": true, "bg": "playground"}}
{{"demo": "AxisCustomizationNoSnap.js", "hideToolbar": true, "bg": "playground"}}

### Text customization

Expand Down

0 comments on commit fbe0d81

Please sign in to comment.