JeniseM Report post Posted May 8, 2017 I'm trying to create my first dashboard with Fusioncharts and .net but I cannot get them to show up side by side. I'm using the asp:Literal tag and Fusioncharts.Renderchart in code behind. The size of the charts don't seem to be the issue. I have each Literal tag within its own DIV tag. But they still show up one on top of the other. Any suggestions. thank you Jenise Share this post Link to post Share on other sites
soumya Report post Posted May 12, 2017 Hi, You need to define CSS properties for div elements to bring the charts according to required locations and the ASP.NET Literal control need to be defined within the particular div. For further reference please download the sample dashbord using ASP.NET wrapper from the below given DropBox link. https://www.dropbox.com/s/o8oxjkhdmu9jlio/DashbordDemoWith FusionCharts.zip?dl=0 Share this post Link to post Share on other sites