Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8211215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T10:21:15+00:00 2026-06-07T10:21:15+00:00

My chart is displaying data day-by-day (user and system sent SMS/Newsletters). So time part

  • 0

My chart is displaying data day-by-day (user and system sent SMS/Newsletters). So time part is not relevant and unnecessary. Here is an example: http://jsfiddle.net/uaxZP/1/ where time “12:00” is displayed.

How can I force Highcharts to never display the time part in a “datetime” axis?

EDIT: Highcharts will display dates w/wo times based on chart or screen size. I’ve updated jsfiddle removing some data and now it’s displaying also time parts.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T10:21:17+00:00Added an answer on June 7, 2026 at 10:21 am

    You can intercept the x-axis label function and change it’s output. In my example, I’ve changed it to render short dates:

    http://jsfiddle.net/uaxZP/3/

    { xAxis: 
        labels: {
            formatter: function() {
                 return Highcharts.dateFormat("%b %e", this.value);
            }
        }
    }
    
            
    

    The xAxis.labels.formatter property allows control over this. You also may notice I’m using Highcharts.dateFormat, which is a utility function for rendering dates. This is not mandatory, but it’s a nice built in feature. Documentation on the xAxis formatter is here:

    http://www.highcharts.com/ref/#xAxis-labels–formatter

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Not animated of course, but good for displaying data visually such as Gantt chart
I'm using a chart taken from here http://writerbay.wordpress.com/2011/03/12/android-tutorial-displaying-chart-on-android/#comment-54 to draw a graph in android.
I have a Kendo UI Chart where I am displaying 3 series of data,
http://www.asp.net/webmatrix/tutorials/7-displaying-data-in-a-chart goes over how to create simple charts and they are working, but I
I want to draw a line chart, displaying data from a database read. I
I am using a line chart (Highcharts) for displaying forecast data which is fed
I am displaying charts that load the data asynchronously because the searches are the
I got a line chart displaying intervals in minutes or hours. The dates are
I would like to create a bar chart displaying the number of objects that
I am looking for a GWT extension for displaying a Google finance-like chart. (features

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.