score:2
This is general idea: http://jsfiddle.net/wFpey/
So split data into series according to name. Then create array of points, where each point is object or array (my example is array).
var series = [ {
name: "T1",
data: [
[1364774400000, 13918927], [1364974400000, 13918927]
],
color: "red"
}, {
name: "T2",
data: [
[1364774400000,10920462], [1364974400000, 13918927]
],
color: "green"
}, {
name: "T3",
data: [
[1364774400000, 12312312], [1364974400000, 13918927]
],
color: "blue"
}, {
name: "T4",
data: [
[1364774400000, 12311111], [1364974400000, 13918927]
],
color: "yellow"
}, {
name: "T5",
data: [
[1364774400000, 11233345], [1364974400000, 13918927]
],
color: "gray"
}, {
name: "T6",
data: [
[1364774400000, 14322311]
],
color: "black"
}];
score:0
Without seeing how your data is coming in, I can only get you so far, but take a look at this. The two keys here are the spacing between series points, taken care of in the plotOptions section, and defining categories on the xAxis to be grouped in. Fiddle
$(function() {
var data =
[
/* Apr 2013 */
{name:"T1",x:1364774400000, y:13918927, color:"red"},
{name:"T1",x:1364774400000, y:10920462, color:"green"},
[1364860800000,18920462],
[1364947200000,12971961],
/* May 2013 */
[1367366400000,18112671],
[1367452800000,15072312]
];
/*$.getJSON('http://www.highcharts.com/samples/data/jsonp.php?filename=aapl- v.json&callback=?', function(data) {*/
// create the chart
$('#container').highcharts('StockChart', {
chart: {
alignTicks: false,
type: 'column'
},
plotOptions: {
series: {
pointPadding: 0,
groupPadding: 0,
borderWidth: 0,
shadow: false
}
},
rangeSelector: {
selected: 1
},
title: {
text: 'AAPL Stock Volume'
},
series: [{
name: 'AAPL Stock Volume',
data: data
}],
xAxis: {
categories: ['Apr 2013', 'May 2013'] ///needs to be specific to your data, this is just an idea not knowing your data
},
});
//});
});
EDIT: saw your data up top after, needs some tweaking a bit, but I hope you get the idea
Source: stackoverflow.com
Related Query
- Highcharts Grouped Column with Time Series
- How To Use Epoch Time With Highcharts Series Data?
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts Grouped Column Chart with Multiple Groups?
- Highcharts datetime axis overlap with a long time series
- How to display line break for irregular time series with highcharts
- HighCharts Errorbar with irregular time series interval
- How to make split grouped column bar chart in highcharts with percentage?
- HighCharts column chart populated with series data from a function
- Highcharts series visibility with csv data source
- Highcharts format labels on grouped stacked bar diagram with $ k, M for currency and 'hrs' for time
- How to have multiple highcharts with different series data in vuejs without repeating code
- Series with different time ranges in Highcharts
- Highcharts stacked column chart with with irregular time intervals possible?
- Highcharts column how to move series name to the title position with bigger text size
- highcharts column : add dynamically series with drilldown data
- How to dynamically populate Highcharts column chart with two series
- Column chart in Highcharts - select series with a click
- Highcharts column width on a time series axis
- How to Create a Stacked Column Chart with Dynamic Series in Highcharts
- Highcharts line chart with grouped series tooltips
- Highcharts column + line combination chart with multiple series
- HighCharts Dynamic multiseries Column Chart showing only 1 set of series at a time
- Stacked and grouped column in time series
- Highcharts doesn't display series with lots of data points
- Highcharts data series issue with ajax/json and PHP
- How can i hide all the Series in highcharts at a time
- Highcharts series update with animation
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- set color of grouped stacked column in highcharts
More Query from same tag
- Highchart Donut chart not circular
- how to Trim xAxis scale in highstock?
- If sentence Highcharts
- How to customise the highcharts plot in R
- keep highcharts legend responsive when another div lies over chart
- Highchart: add custom button to show/hide annotations?
- Highcharts With Drilldown In IE10+ Does Not Show Underlined Label Style
- rendering the small columnrange intervalles as png image too
- Highchart - The expected type comes from property 'dashStyle' which is declared here on type 'XAxisPlotLinesOptions'
- How to remove the label of scale label and tooltip on speedometer?
- Highcharts Legend Custom HTML
- HighCharts full width issue
- Highcharts: Logarithmic chart with Y Axis [100, 99.9, 99, 90, 0]
- Highcharts - sync crosshair of charts with different width
- Highcharts.js legend items align
- How to remove sliced line from pie high chart if there there is only one object in data
- highcharts gauge multineedles datalabels are overlapping
- Rendering a charts after dynamically creating holders for them doesn't work
- highcharts, highstock without jQuery
- IE 6 Export Menu size issue
- Highstock shared tooltip multiple series - show data for line when not on point
- Hiding points in HighCharts on click
- I have no direct access to code but wonder if I can append my chart data points to a log file
- Columns of markers
- Highcharts - how to dynamically disable plotBorder without recreating a chart
- "The "highcharts" property was not passed" warning with constructorType="chart"
- Highcharts export server does not export labels
- Focus function on highcharts not working in mozilla
- Highstock, Dynamically add Points, a definied time span at the beginning
- Highchart : i want to make a link in drilldown data array