score:0
You can put if condition with start date in label formatter function :
labels: {
formatter: function () {
if (this.value == Date.UTC(2010, 0, 1))
return Highcharts.dateFormat('%d/%b/%Y %H:%M %p', this.value);
else
return Highcharts.dateFormat('%H:%M %p', this.value);
}
}
Check the updated jsFiddle
Source: stackoverflow.com
Related Query
- highcharts - avoid repeating same date on x axis with different time
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts with date and time for x axis (from a database with format YYYYMMDDHHMM)
- Date / Time problem in javascript with highcharts
- Highcharts date time axis
- Highcharts - creating chart with same scale axis
- Highcharts datetime axis overlap with a long time series
- how to plot multiple time series in the same graph with customized x axis
- Highcharts line chart all points disappear when have more than one points with same X Axis
- Highcharts - selection error with live data and different time intervals
- Wrong date in tooltip in charts with daylight savings time in highcharts
- Highcharts multiple axis gauge with 2 dials with different radii
- Highcharts same types of data with different series
- how to zoom dual x axis at same time in highcharts
- Displaying date on the x axis with Highcharts using ASP.NET MVC
- Highcharts : using same div to load a chart multiple times with different series data
- Highcharts repeating same label value on Y Axis
- Series with different time ranges in Highcharts
- show two different series with different start intervals with the same xAxis highcharts
- Multiple date array with same value by name on Highcharts
- Why does highcharts sankey chart sometimes combine multiple nodes with same node name but different Id into one and hide the lines?
- Highcharts series zone not working with UTC date value in x axis
- Stacked highcharts on the same graph, with a new y axis each time?
- Date Vs. Time Graph With HighCharts
- Highcharts Date Time With Irregular Intervals Down to Minutes
- Highcharts - Performance issue using chart with x values date and TIME
- Show ticks on x axis in local time with highcharts api
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- How To Use Epoch Time With Highcharts Series Data?
More Query from same tag
- Exporting multiple Highcharts that are generated by looping to a single pdf
- How to add an extra label on a scatter plot point in Highcharts Javascript library?
- What's the matter with the STEP parameter in my Highcharts graph?
- Highcharts DotNet: Would it be at all possible to label Plotlines
- Vue 3 how to correctly update data in Highcharts?
- Snap the mouse to the X and Y axes
- Highcharts series click event not firing on first click
- Is it possible to hide the navigator in highcharts at runtime?
- DataLabels hide themselves even after allowOverlap is set to true. How to fix it?
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- Regarding High charts for Angular 2
- How to change the legend data highcharts
- Single column HighCharts for an array
- Convert javascript datetime object to the format acceptable by highcharts Date.UTC(2014, 0, 2)
- Access props and state of current component in React JS within an event handler
- Adding same precision to the yAxis Label of HighCharts
- Highchart bar chart datalabels overlapping issue
- React Native - react-native-highcharts only showing when remote JS debugging enabled
- How to show equally spaced axis for datetime for billing cycle related data on highcharts
- Is it possible to create a bubble polar chart with Highcharts?
- Highcharts Gantt - Set max height and scrollbar on yAxis
- Highcharts: change line options mid-way through a line
- How to show multiple sets in a Highcharts Venn chart?
- Why am I seeing two different point types in Highcharts?
- Show Information From Database onclick of HighCharts
- How to use highchart boost library with D3?
- Highcharts Xaxis remove old data and shift left
- Populate three highchart graphics with one ajax call
- Google Pie chart, can't set different values for 2 different graphs
- Highcharts temperature legend