Sign in to follow this  
Peter W

Drill Down Day X Axis Format

Recommended Posts

Hi

 

I have a month drilling down into a day on Sharepoint and I get the time format in the day drill down and I cant seem to remove it, it makes the chart look very messy can I remove it somehow?

 

I attach a screen shot of the drill down and you can see all the 00:00 bits

 

 

Peter

post-28321-0-32959900-1341396660_thumb.png

Edited by Peter W

Share this post


Link to post
Share on other sites
Guest vishal@fusioncharts

Hi

 

I have a month drilling down into a day on Sharepoint and I get the time format in the day drill down and I cant seem to remove it, it makes the chart look very messy can I remove it somehow?

 

I attach a screen shot of the drill down and you can see all the 00:00 bits

 

 

Peter

 

 

Hi Peter,

 

I am afraid this setting is not customizable. We have taken a note of your pain point and shall address it in our next product upgrade.

 

Thank you

Vishal

Share this post


Link to post
Share on other sites

Hi,

 

Try the following...you can customize your Xaxis label

 

new XElement("category", new XAttribute("label",date.ToString("MM.dd.yyyy"))

 

or you can ToShortDateString()

 

 

Hop this will help you :)

 

 

Thanks

Afdal

 

Hi

 

I have a month drilling down into a day on Sharepoint and I get the time format in the day drill down and I cant seem to remove it, it makes the chart look very messy can I remove it somehow?

 

I attach a screen shot of the drill down and you can see all the 00:00 bits

 

 

Peter

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
Sign in to follow this