Skip to content

Commit f2cc825

Browse files
committed
feat: Remove PieChart component
BREAKING CHANGE: PieChart has been removed with no replacement
1 parent 0883b92 commit f2cc825

File tree

5 files changed

+0
-319
lines changed

5 files changed

+0
-319
lines changed

docs/styleguide.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ module.exports = {
3939
'../react/Menu',
4040
'../react/Paper',
4141
'../react/PasswordField',
42-
'../react/PieChart',
4342
'../react/PointerAlert',
4443
'../react/Progress',
4544
'../react/ProgressionBanner',

react/PieChart/Readme.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

react/PieChart/index.jsx

Lines changed: 0 additions & 141 deletions
This file was deleted.

react/PieChart/index.spec.jsx

Lines changed: 0 additions & 123 deletions
This file was deleted.

react/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export {
8585
BottomSheetHeader
8686
} from './BottomSheet'
8787
export { default as Chips } from './Chips'
88-
export { default as PieChart } from './PieChart'
8988
export { default as DropdownText } from './DropdownText'
9089
export { default as Alert } from './Alert'
9190
export { default as AlertTitle } from './AlertTitle'

0 commit comments

Comments
 (0)