JeniseM

Creating a dashboard

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now