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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -