Skip to content

Commit 5867a6d

Browse files
committed
revert bin work
1 parent bf182bd commit 5867a6d

File tree

7 files changed

+218
-903
lines changed

7 files changed

+218
-903
lines changed

packages/map/src/_stories/CdcMap.stories.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import SingleStateWithFilters from './_mock/DEV-8942.json'
55
import exampleCityState from './_mock/example-city-state.json'
66
import { editConfigKeys } from '@cdc/chart/src/helpers/configHelpers'
77
import exampleLegendBins from './_mock/legend-bins.json'
8-
import floatingPoint from './_mock/floating-point.json'
98

109
const meta: Meta<typeof CdcMap> = {
1110
title: 'Components/Templates/Map',
@@ -36,7 +35,6 @@ export const Equal_Number_Map: Story = {
3635

3736
export const Scale_Based: Story = {
3837
args: {
39-
isEditor: true,
4038
configUrl:
4139
'https://www.cdc.gov/wcms/4.0/cdc-wp/data-presentation/examples/Scale-Based-Categorical-Map-With-Special-Classes.json'
4240
}
@@ -85,8 +83,7 @@ export const Bubble_Map: Story = {
8583

8684
export const HHS_Region_Map: Story = {
8785
args: {
88-
configUrl: 'https://www.cdc.gov/wcms/4.0/cdc-wp/data-presentation/examples/example-hhs-regions-data.json',
89-
isEditor: true
86+
configUrl: 'https://www.cdc.gov/wcms/4.0/cdc-wp/data-presentation/examples/example-hhs-regions-data.json'
9087
}
9188
}
9289

@@ -167,11 +164,4 @@ export const Legend_Bins: Story = {
167164
}
168165
}
169166

170-
export const Legend_Bins_Starting_Point_Fix: Story = {
171-
args: {
172-
config: floatingPoint,
173-
isEditor: true
174-
}
175-
}
176-
177167
export default meta

0 commit comments

Comments
 (0)