score:2
Accepted answer
You can plot them using separate x axis. (set xAxis: 0 in series 0, xAsix:1 in series 1 etc.) You can hide the extra axis. See show two different series with different start intervals with the same xAxis highcharts for some info on hiding the extra axis titles.
The alternative is to modify the x values to be all the same date. If you still want to display the date in the tooltip, you can add an extra date field to the point and use a custom tooltip to display it.
{x:Date.UTC(2013, 03, 05, 9), y:100, origdate:Date.UTC(2013, 03, 03, 9), 100},
{x:Date.UTC(2013, 03, 05, 9), y:100, origdate:Date.UTC(2013, 03, 04, 9), 100},
{x:Date.UTC(2013, 03, 05, 9), y:100, origdate:Date.UTC(2013, 03, 05, 9), 100},
Source: stackoverflow.com
Related Query
- Highcharts scatter plot with time only
- Highcharts scatter plot with lots of data points running really slow
- Highcharts scatter plot with variable line width
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- Tooltip in chart with line- and scatter plot in highcharts 3.0.7
- Highcharts - How to make a scatter plot with multiple series from HTML table
- Possible to use Highcharts Scatter Plot with categories?
- Fill area beneath scatter points with color in Highcharts 3d scatter plot
- Dates not displaying correctly in Highcharts plot with irregular time data
- Highcharts - Scatter plot single series with multicolor plots (points)
- Highcharts - connect points with a line in scatter plot on hover
- Highcharts fill in scatter plot data with 0s
- from csv to scatter plot with HighCharts
- Highcharts cloud Scatter plot with data array
- Highcharts datetime axis, how to disable time part (show only dates)?
- Show only time labels on xAxis. Highcharts
- Highcharts scatter chart with a name per point
- How To Use Epoch Time With Highcharts Series Data?
- highcharts scatter with 4 quadrants
- Making a Highcharts plot with Python
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- highcharts - removing decimal places on Y axis with only one point
- Appending Data with Highcharts (real time updating chart)
- Highcharts - multiple plot with the same x scale
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts shared tooltip for line series and scatter plot not working
- Highcharts connecting scatter chart and pie chart with single legend
- Highcharts - Global configuration with common code and unique data & Headings
- Change height of Highcharts with JavaScript. By default only re-sizes on window re-size
- Difference between highcharts and highstock during real time trace and xAxis with max value
More Query from same tag
- highcharts hover with negativeColor property gives wrong color
- Shaping json object
- How to pass custom tootlip for each data point in Line chart : Highcharts+ ReactJS
- How does Similarweb create their PDF reports?
- High charts Average time circle plot position changes
- different name series in highchart
- (Highcharts) button inside tooltip can't trigger
- Format date string into highcharts
- Create Directional Arrows on highmaps
- Spline chart rounded edges
- Use Node.js as data source for highcharts
- Highcharts donut label overflow container
- Highcharts : How to apply style to x-axis Labels?
- Fetch data from firebase firestore and plot histogram using highcharts when cardview clicked - android
- high charts pie chart should be displayed in ascending order
- How to change rCharts Highchart Color based on Factor Variable
- vaadin's Invient chart max data size
- Highcharts How to update all series with ajax
- Ember.js and Highcharts: how to render a graph only after slow-loading model data has been loaded?
- Using highcharts x-axis "zones" for datetime series chart
- Lazy highcharts and rails
- R - highcharter - selective legends at display
- How do I customize link style for each data link in a Highcharts network graph?
- Make stack label disabled for a column in stacked column graph in Highcharts
- Reduce space between legend text and icon in Highchart
- FsPlot for osx sierra
- Highcharts: how to use setData to add series
- xAxis values groups as slices + labels in Highcharts
- dynamically set height of chart when printing Highcharts
- HighCharts Tooltip AJAX request onmouseover Event