Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Remove definition of default fetch callback from settings file fixes … #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export var settings = {
}
},
cardStyle: 'card',
fetchData: {type:'function', name: 'getData'},

},
{
header: 'GAChoropleth Test',
Expand Down Expand Up @@ -61,7 +59,6 @@ export var settings = {
showGraticule: true
},
cardStyle: 'card',
fetchData: {type:'function', name: 'getData'},
}
],
middleFirst: [
Expand Down Expand Up @@ -126,7 +123,6 @@ export var settings = {
spline: {
height: 50,
},
fetchData: {type:'function', name: 'getData'},
metric: 'getRandomMetric'
}
],
Expand All @@ -152,7 +148,6 @@ export var settings = {
spline: {
height: 50,
},
fetchData: {type:'function', name: 'getData'},
metric: 'getRandomMetric'
}
],
Expand All @@ -178,7 +173,6 @@ export var settings = {
spline: {
height: 50,
},
fetchData: {type:'function', name: 'getData'},
metric: 'getRandomMetric'
}
],
Expand All @@ -201,7 +195,6 @@ export var settings = {
}
},
cardStyle: 'card',
fetchData: {type:'function', name: 'getData'}
},
{
type: 'GATable',
Expand Down Expand Up @@ -260,7 +253,6 @@ export var settings = {
}
},
cardStyle: 'card',
fetchData: {type:'function', name: 'getData'},
},
{
header: 'This is an awesome text',
Expand Down