UI-Research / college-affordability.urban.org

0 stars 0 forks source link

Increase chart height to accomadate tall charts #125

Closed bchartoff closed 7 years ago

bchartoff commented 8 years ago

Charts such at this: image

Need larger height. Non trivial solution, given that chart heights are hard coded into css. See c-graph__wrapper css in graph.css.

Heights can also be hard coded into graph objects, via the top level size object

size: {
        height: 240,
        width: 480
    }
bchartoff commented 7 years ago

Closed by 529a4b4755a021121d333653df8dffd99727dde4, reopening new ticket for small multiples

vivhou commented 7 years ago

i added this code to the json and it works, but now it's bumping up against the elements below...how do i fix that? this is from financial need/financial aid 04_0020.json screen shot 2016-12-15 at 4 03 42 pm

vivhou commented 7 years ago

For some reason this does not work for small multiples, at least in this example when I try to increase the width of the third multiple (04_0153.json in Financial aid/state): screen shot 2016-12-16 at 10 19 27 am