Skip to content

Commit

Permalink
fix: remove size and position settings - #2249
Browse files Browse the repository at this point in the history
  • Loading branch information
YadhunandanGowda authored and diehbria committed Nov 21, 2023
1 parent 9cbb214 commit 276a1a1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';

import SpaceBetween from '@cloudscape-design/components/space-between';

import { SizeAndPositionConfiguration } from '../sizeAndPositionSettings';
import { AggregationsSettingsConfiguration } from '../aggregationSettings';
import { AxisSettingsConfiguration } from '../axisSettings';
import { SettingsConfiguration } from '../settings';
Expand All @@ -12,7 +11,6 @@ import { LineAndScatterStyleSettingsSection } from '../lineAndScatterStyleSettin
export const StylesSection = () => (
<div>
<SpaceBetween size='xs' direction='vertical'>
<SizeAndPositionConfiguration />
<LineAndScatterStyleSettingsSection />
<AggregationsSettingsConfiguration />
<AxisSettingsConfiguration />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 276a1a1

Please sign in to comment.