Skip to content

Commit 4d28c6f

Browse files
committed
updated export and file names
1 parent a635304 commit 4d28c6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-charts/src/victory/components/ChartStack/examples/ChartStackHorizontalBottomLegend.tsx renamed to packages/react-charts/src/victory/components/ChartStack/examples/ChartStackBottomLegend.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface PetData {
1313
y: number;
1414
}
1515

16-
export const ChartStackHorizontalBottomLegend: React.FunctionComponent = () => {
16+
export const ChartStackBottomLegend: React.FunctionComponent = () => {
1717
const data1: PetData[] = [
1818
{ name: 'Cats', x: '2015', y: 1 },
1919
{ name: 'Cats', x: '2016', y: 2 },

packages/react-charts/src/victory/components/ChartStack/examples/ChartStackMultiColorUnordered.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface Data {
1515
y: number;
1616
}
1717

18-
export const ChartStackColorUnordered: React.FunctionComponent = () => {
18+
export const ChartStackMultiColorUnordered: React.FunctionComponent = () => {
1919
const containerRef = useRef(null);
2020
const observer = useRef(() => {});
2121
const [width, setWidth] = useState(0);

0 commit comments

Comments
 (0)