score:2
Accepted answer
Yes it is possible http://jsfiddle.net/MGzjk/
{
type: 'flags',
name: 'Flags on axis',
data: [{
x: Date.UTC(2011, 2, 1),
title: 'On axis'
}, {
x: Date.UTC(2011, 3, 1),
title: 'On axis'
}],
shape: 'squarepin'
}
Source: stackoverflow.com
Related Articles
- How to get x-axis flags on dual axes chart with Highchart?
- how to pass multi sereis data with dual y axis chart in highchart
- Highchart axis max with multiple axes
- highchart with dual axis breakpoint and drag point
- Highchart Line chart – data series with multiple axis - 2nd series placed in the middle of X axis
- Highchart - Dual Axes Line chart issue
- Highchart draw rows at bottom of the chart align with axis
- Highcharts: Dual axis chart with xAxis categories in legend?
- How to create a new Highstock chart with new Highchart and not jquery?
- Highchart Area Range chart with gradient that follows the line
- How to display highchart y axis with constistant data
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts blank chart with x and y axis
- Highchart Axis Update/ chart redraw
- last label in x axis with datetime format not coming in highchart
- Chart series point added not sync with X axis
- Fire click event on a highchart column drilldown chart on clicking x axis for drill down reports
- Adding data to a highchart chart using an array with IDs
- Highcharts multiple column chart with drilldown, correct formatting of drilldown axes
- Adding flags to Highstock chart (highcharts) with JavaScript
- HighChart Sparkline Chart with dynamic data for the table
- Highchart not displaying the pie chart with Ajax data
- Highchart Polar chart - 4 nested circle with different series
- Pie Chart for Data on Different Things with HighChart
- Highcharts - creating chart with same scale axis
- Highchart Axis with only min and max series value
- how to create simple schedule chart with highchart
- Highcharts line chart all points disappear when have more than one points with same X Axis
- Highchart Pie chart with partially colored slices
- How to create chart with highchart in which bar doesn't start from 0 in y axis?
- How to make hover effect for two bar in highcharts at the same time is there any way by using css or any inbuilt method to achieve this?
- How to set containerId when I call Highsoft().Highcharts
- Highcharts-Ng and Broken Drilldown
- How to place dataLabels on series point in Highcharts
- Hide Data Labels in Pie Chart below 400px width - Highcharts
- Automatically join missing data gaps in Highcharts JS
- Highcharts - Column chart customization
- Is HighCharts supported in IE9?
- highcharts: get yaxis title?
- How to do query in Yii 2.0?
- Is there a solution to plot 3D multiple time line series in web application using highcharts or any other libraries
- How to load more than on CSV file in highcharts?
- why foreach doesn't work inside my highchart and when i splet the array it works?
- Rendering Highcharts graph
- Highcharts - how to dynamically disable plotBorder without recreating a chart
- Plot xrange graph in x axis not in the middle
- Set backgroundColor on half of the highchart area?
- Highcharts x-range series. How to crop label inside data?
- Showing a value as DataLabel in HighCharts
- How to convert to jpg and download div containing highchart and dynamically generated html table?