score:1
When you change the series types the data grouping also changes, so that points are approximated differently. If you force data grouping to "Week" it will appear more similar (though it might be weird for some other time intervals).
Add this to each series to force "Week" data grouping (JSFiddle):
dataGrouping: {
units: [[
'week',
[1]]
]
}
Or see the documentation for more details.
score:2
That issue is caused by dataGrouping
. By default, approximation
is different for column
('sum') and line
('average'). You can disable dataGrouping
or set the same approximation
.
plotOptions: {
series: {
dataGrouping: {
approximation: 'average'
}
}
},
Live demo: https://jsfiddle.net/BlackLabel/vy9e580s/
API Reference: https://api.highcharts.com/highstock/series.column.dataGrouping.approximation
Docs: https://www.highcharts.com/docs/advanced-chart-features/data-grouping
Source: stackoverflow.com
Related Query
- Highcharts series showing different data for 'column' and 'line' chart
- How to add different series data for each categories in Stacked Column chart in Highcharts?
- Line chart is not showing and is considered as a part of the column data
- Highcharts data from Google spreadsheet show line chart for one series
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts shared tooltip for line series and scatter plot not working
- highcharts - precision for stacked column chart data labels
- Data with timestamp group to month(like Jan, Feb, March) and showing as total count for month in Highcharts
- How to format my json data for stack column chart in HighCharts
- How to show Legends for all the series data in stacked column chart Highcharts?
- Series Data for column high chart
- Highcharts display label for pie chart using html table as data source
- Highcharts series doesnt show data and render the chart
- Highcharts Polar Chart - Specify Data Series & Tooltips for each Axis
- Extract data series from a JSON array for a Highcharts chart with 2 y-axis
- HighCharts column chart populated with series data from a function
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- Highcharts - Highstock chart showing double line on hovering data points to show tooltip
- In highchart of column type and xaxis of datetime type showing more ticks for month data
- Highcharts : using same div to load a chart multiple times with different series data
- Showing a bar chart with expected value and current value for a series
- HighCharts Line Chart draw y axis line for entire line points and only one line
- How to have multiple highcharts with different series data in vuejs without repeating code
- Data Conversion from SQL, C# with Linq to JSON for Highcharts Line chart
- different pointWidths for series in column chart
- Highcharts not displaying daily data for column chart
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Highcharts - Indicator's data not showing in line chart
- Add a line on each bar for stacked and grouped column in HighCharts
More Query from same tag
- adding live data to highstock Using json file
- Responsive behaviour for ng-highcharts with compiled ng-click on xAxis labels hidden on load
- How do I get the value of a highcharts graph point on mouseover?
- Border Styles for the Highchart tooltip
- highchart xaxis and random y value
- sort chart bar by color with the correct value from the text file using HIGHCHART,PHP
- Title of highchart rendering bad
- how to make my series of axes as normal as highercharts width?
- Add additional data in tooltip of Highcharts with dynamic x-axis category
- How to implement "zebra striping" in highcharts axes
- Plotbands in Highcharter - When x axis is date
- Highcharts Reflow Heavy Chart Lagging
- How to display Highcharts x-axis time stamp labels inside tooltip?
- How to get responce of ajax data array in Highchart
- Remove Highcharts dataLabel border
- Updating highcharts dynamically with json response
- How to change the Highchart plotline color for theme
- Rails: Loading Highstock using while loop not working
- How to load highcharts annotations module in react typescript?
- How do I rotate the legend in Highcharts?
- json date format to Highcharts date format
- Highcharts dynamicly update chart from csv file
- Highchart pie chart colors are not changing
- Extend Highcharts Export
- Highcharts more than one series
- Sort descendants data in categories in highcharts
- highcharts StockChart pass multiple values to tooltip
- Highcharts rose diagram with json
- Colorize yAxis labels and chart lines in HighchartTable
- Highcharts: Dynamically change axis on legendItemClick