score:2
Accepted answer
It is not possible in Highcharts
, but in Highstock
it is. There's the option dataGrouping which you can put on plotOptions
:
plotOptions: {
column: {
dataGrouping: {
forced: true,
units: [['month', [1]]]
}
}
}
This will force the chart to group the data in every 1 month. But using Highstock will change most of your options, which you can change back.
Here's what it will look like after changing all the options: jsfiddle
As I've said there are lots of options that you have to change for it to look like the same, such as legend, rangeSelector, navigator, yAxis.opposite and scrollbar.
Source: stackoverflow.com
Related Query
- Data with timestamp group to month(like Jan, Feb, March) and showing as total count for month in Highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- Showing multiple data with same x and y in highchart
- Highcharts: how to group data points and display the total accordingly?
- Data not showing with the Timestamp Values : Highcharts
- Highcharts data series issue with ajax/json and PHP
- Highcharts with JSON data and multiple series
- How to structure Angular with Highcharts and lots of dynamic data
- Creating a line graph with highcharts and data in an external csv
- Highcharts v3.0.1 problems with rotating data labels in IE8 and jQuery v1.7.1
- Highcharts with ajax and json data what am i doing wrong?
- How to achieve the best possible performance with mutable data and real-time charts in React?
- Highcharts show the same yAxis start and end value with multiple data series
- Highcharts - how to create multiple y axis and group the data series
- HighCharts & MVC: How to load whole graph definition and data with JSON?
- Highchart Time Data With Irregular Interval and Text
- Highstock, True way of Get count of shown points after setExtreme (Zooming) - WITHOUT counting all data with MIN and MAX
- Group Highchart time data into weeks and months
- Highcharts series showing different data for 'column' and 'line' chart
- Multiple data series and multiple data tooltip with HighMaps
- How can I have both a legend and data labels, with different labels, in Highcharts?
- Highcharts: minRange=1 creates -1 and 1 on a chart with one data point
- Highcharts with datetime and also additional data (tooltip text)
- How to create pie chart with only 1 series data and have background be a circle
- Using HIghcharts on Codeigniter to get data name and total
- Highcharts - selection error with live data and different time intervals
- Have an issue with JavaScript, AJAX code displaying data
- How do I calculate the total Data values for both and display in Legend
- Using yii with dynamic data and highcharts
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
More Query from same tag
- How to set reset zoom button and title to exactly center of the high charts
- What does redraw exactly do?
- Using a function for x value
- highcharts hide xAxis
- Highcharts not starting at give start time
- Dynamic button background change
- How to read data from in Javascript
- HighChart generating table without chart
- Master - Detail Char in Sencha ExtJS 4.0
- JSF2, PrimeFaces, and Highcharts - Ajax
- To get the name of the series in bubble chart in highcharts
- Trying to set a minimum height on bars in HighStock
- Adding narrative to pie chart (highcharts)
- Download pdf from High Charts
- Dynamically change datetime format of xAxis Tick Label in highchart
- Highcharts x-axis labels not starting on bounds
- How to set a minimum range in highstock navigator?
- Highcharts - No X Axis Crosshair
- Highcharts not showing tooltip after update from null
- How to fix the tooltip's position when scroll the X-axis of charts in the Highcharts
- Scrape data from dynamic Highcharts visualisation
- How to make multiple Y-axis with incoming series of data from database using Highcharts
- Highcharts - Hidden charts don't get re-size properly
- HighCharts: column grouped drill down
- How to use Highcharts.setOptions in react-highcharts?
- Highcharts xAxis has extra gap when multiple yAxis
- Highcharts/stock xAxis display only year
- Highcharts not Drawing point on setInterval
- Show symbol in legend
- Commas in tooltip of Highchart