[Ready] Define ChartProps data structure (#6125)

* rename basicChartInput to chartProps

* replace BasicChartInput with ChartProps class

* Add transformProps to deck.gl plugins

* Add space

* delete BasicChartInput

* add width and height as part of ChartProps and update transformProps

* remove width and height

* remove adaptors from deck.gl components

* remove deck.gl creataAdaptor
This commit is contained in:
Krist Wongsuphasawat
2018-10-18 15:44:21 -07:00
committed by Chris Williams
parent 4e2341a131
commit d662e36442
48 changed files with 207 additions and 132 deletions

View File

@@ -1,5 +1,5 @@
export default function transformProps(basicChartInput) {
const { formData, payload } = basicChartInput;
export default function transformProps(chartProps) {
const { formData, payload } = chartProps;
const {
groupby,
liftvaluePrecision,