equitablegrowth / Playfair

Web application for creating publication ready charts and graphs
http://www.austinclemens.com/Playfair/playfair.html
56 stars 6 forks source link

add hed to dek padding #271

Open austinclemens opened 6 years ago

austinclemens commented 6 years ago

removed the 1.1 hard coded parameter on this so add something else and throw it into the y calc in playfair js around line 884 (below)

var dek=snapobj.text(chartobject.x+chartobject.header.header_leftpad,hed_coords.y2,lines).attr({'font-family':chartobject.title_text.dekface,'font-size':dekfontsize,'font-weight':chartobject.title_text.dekweight,dy:'0.3em',ident:'dek',fill:chartobject.title_text.dektextfill,colorchange:'fill',context:'text_context_menu'})

austinclemens commented 6 years ago

also note to source padding