score:1
Yes, it is very much possible. I would recommend using HighStock instead as its the chart that has better functionality for timeseries kind of data.
Here is how you do it in highstock, just set the series type of navigator to 'column'
navigator: {
series: {
data: ADBE,
type : 'column'
}
},
http://jsfiddle.net/bLqL3/1/
PS: I have changed only one of the line graphs (lower) to column and left the other one as exercise ;)
All the said the same can very much be done in highcharts too, the master detail chart there is a combination of more than one chart, the master being the same as the navigator in highstock, and detail is the main chart, so you can as well set the series type of the master to be 'column' there and you are done, fiddled @ http://jsfiddle.net/RAXa3/1/
series: [{
type: 'column',
name: 'USD to EUR',
pointInterval: 24 * 3600 * 1000,
pointStart: Date.UTC(2006, 0, 01),
data: data
}],
You could have explored the reputation chart scripts to dig out your solution
new Highcharts.Chart({
chart: {
renderTo: "master-graph",
animation: !1,
reflow: !1,
borderWidth: 0,
marginLeft: 62,
backgroundColor: null,
zoomType: "x",
events: {
selection: function(a){
varb=a.xAxis[
0
],
a=b.min,
b=b.max,
c=this.xAxis[
0
];c.removePlotBand("selected-area");c.addPlotBand({
id: "selected-area",
from: a,
to: b,
color: "rgba(0, 70, 200, 0.2)"
});e(this);return!1
}
}
},
series: [
{
data: i,
type: "column",
color: "green"
}
],
plotOptions: {
series: {
animation: !1,
lineWidth: 1,
marker: {
enabled: !1
},
shadow: !1,
states: {
hover: {
lineWidth: 1
}
},
enableMouseTracking: !1
},
column: {
borderWidth: 0,
pointPadding: 0,
groupPadding: 0
}
},
xAxis: {
type: "datetime",
min: a,
max: p,
maxZoom: 2592E6,
plotBands: [
{
id: "selected-area",
from: h,
to: p,
color: "rgba(0, 70, 200, 0.2)"
}
],
title: {
text: null
},
labels: {
formatter: function(){
returnHighcharts.dateFormat(7776E6<p-a?"%b '%y": "%b %e",
this.value,
!1)
}
},
lineWidth: 0
},
yAxis: {
gridLineWidth: 0,
labels: {
enabled: !1
},
title: {
text: null
},
plotLines: b(),
min: j,
max: m,
showFirstLabel: !1,
endOnTick: !1,
startOnTick: !1
},
title: {
text: null
},
legend: {
enabled: !1
},
tooltip: {
formatter: function(){
return!1
}
},
credits: {
enabled: !1
},
exporting: {
enabled: !1
}
});
AND
new Highcharts.Chart({
chart: {
renderTo: "detail-graph",
animation: !1,
defaultSeriesType: "column"
},
series: [
{
name: "rep",
data: g,
color: "green"
}
],
plotOptions: {
series: {
animation: !1,
cursor: "pointer",
allowPointSelect: !0,
shadow: !1,
stickyTracking: !0,
states: {
hover: {
enabled: !0,
brightness: 0.5
}
}
},
column: {
pointPadding: 0.03,
groupPadding: 0,
borderWidth: 0,
events: {
click: c
}
}
},
xAxis: {
type: "datetime",
labels: {
rotation: 0,
formatter: function(){
returnHighcharts.dateFormat("%b %e",
this.value,
!1)
}
},
lineWidth: 0,
min: f,
max: d,
startOnTick: !0,
endOnTick: !0
},
yAxis: {
gridLineWidth: 0,
plotLines: b(),
min: e,
max: h,
title: {
text: "reputation per day"
},
startOnTick: !1,
endOnTick: !1
},
tooltip: {
formatter: function(){
return'<spanstyle="font-size: 10px;">'+Highcharts.dateFormat("%A, %B %e, %Y",
this.point.x,
!1)+'</span><br/><spanstyle="color:'+this.series.color+'">'+this.series.name+"</span>: <b>"+this.point.realRep+"</b>"
},
style: {
lineHeight: "200%",
padding: 10
}
},
title: {
text: null
},
legend: {
enabled: !1
},
credits: {
enabled: !1
}
});
Source: stackoverflow.com
Related Query
- Making a master-detail Highchart in Stackoverflow style
- Add second series to highchart master detail
- Gauge chart Highchart dial style issue
- HighChart Title text implemented HTML Style is not applying in exporting files
- Master - Detail Char in Sencha ExtJS 4.0
- Highchart long dataLabels and style width
- How can I style highchart select to look like hover?
- Applying custom style on ticks of Highchart
- Strange character in the Highstock source code
- Highchart - set a line style ( width, color...) on selection
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- How to style Highchart data table and make it responsive?
- Column based Highchart drilldown series assign color code to each column
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- CSS Style not getting applied to a series in Highchart
- Change the style of Highchart stacked colum chart
- How to style text annotation using CSS in highchart
- vue-highcharts dynamic master detail chart example
- Highchart connector custom style
- Style dash in highchart graphic
- Making a HighChart container draggble
- making highchart to be a dynamic data driven
- Style specific data element in highchart
- why my highchart code is not working?
- Modifying style for grouped option plugin in Highchart
- applying stock chart style in highchart
- Correct syntax for highchart API yAxis label style in coffeescript?
- Highcharts master detail chart with irregular time intervals
- Highcharts - Multiple master charts in master detail charts
More Query from same tag
- highcharts without jQuery and JSPM
- highchart position label on xAxis value
- call a property inside the class which is coming after the page is loaded
- highstocks x-axis time incorrect
- Combined Chart Highcharts Pie plus Bar grouppadding and pointapadding issue
- How to put progress in percentage inside the solidguage of highcarts
- HighChart - Stacked Bar chart - To show dash line over the bar chart to the specific portion in the bar
- Highcharts: heatmap updating skips values, hides rows
- Highcharts putting extra space among legend items
- Set Colors of Different Points when Clicking on Pie Slice Legend
- Modify a csv file line by line
- Highstock Series Tooltip Data
- Series with different time ranges in Highcharts
- On DrillUp Set Series Name Failing
- Append React Highchart with Annotations after initial load of chart
- Is it possible to create a Word Cloud with highcharter?
- Highcharts - append % to first axis label?
- Highcharts switching off animation for column chart
- R - Highcharts compare option
- highcharts export server not working out of the box (Java)
- Highcharts pie chart loses color on refresh
- Highcharts display priority of overlapping labels
- HighCharts: Possible to summarize series data and show in title?
- How to fix values from an array on the y-axis in Highcharts
- Highcharts: How to add another(custom) label/ legend/ something else to the top right of the graph?
- To get the JSON in required format from Web Service
- Problems using provider in conjunction with a controller for Highcharts graphs in angularjs
- Highcharts SVG accessibility
- Highcharts: locating column group information on mouseover
- Incorrectly displayed plot band icon in Highcharts