Simple-charts icon indicating copy to clipboard operation
Simple-charts copied to clipboard

Recode the margins and heights to be object orientated

Open henryjameslau opened this issue 5 years ago • 0 comments

Make it like this to make it more concise

configheight:{small:50, medium:100} configmargins:{small:[0,20,0,20],medium:[0,40,0,40]}

var browserwidth = getwidth() //return small or medium or large depending on breakpoints height = configheight["browserwidth"] margin = configmargins["browserwidth"]

henryjameslau avatar Feb 10 '20 16:02 henryjameslau