Skip to content

Commit 6316532

Browse files
tweaks to dev app
1 parent 87e4c5d commit 6316532

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

dev/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import 'brace/theme/textmate';
1414
// https://github.com/plotly/react-chart-editor#mapbox-access-tokens
1515
import ACCESS_TOKENS from '../accessTokens';
1616

17-
import {customConfigTest} from '../src/__stories__';
17+
// import {customConfigTest} from '../src/__stories__';
1818

1919
const dataSourceOptions = Object.keys(dataSources).map(name => ({
2020
value: name,

dev/dataSources.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,25 @@ export default {
17251725
],
17261726

17271727
ints: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17],
1728+
states: [
1729+
'AL',
1730+
'AK',
1731+
'AZ',
1732+
'AR',
1733+
'CA',
1734+
'CO',
1735+
'CT',
1736+
'DE',
1737+
'FL',
1738+
'GA',
1739+
'HI',
1740+
'ID',
1741+
'IL',
1742+
'IN',
1743+
'IA',
1744+
'KS',
1745+
'KY',
1746+
],
17281747
'jagged ints': [2, 1, 3, 5, 4, 6],
17291748
'toggle ints': [1, -1, 1, -1, 1, -1],
17301749
'big ints': [1000, 10100, 10000, 20000, 100000],

0 commit comments

Comments
 (0)