javascript - Align An Image Beside Chart -


i trying add heatmap image beside chart, shown below. want heatmap image directly beside chart. has tried set chart height , image height same not work. chart generated dynamically out onto tab panel.

enter image description here

question: how make sure chart height aligned heatmap image height? in short, how make them side side each other? appreciate if can provide me on this, lot!!

regards,

felicia

you should able align them applying display:inline-block both.

for example, if chart tagged id="chart" , heatmap tagged id="heatmap", css should below:

#chart{display:inline-block} #heatmap{display:inline-block} 

Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -