score:1
Accepted answer
The implementation will be very easy with Highcharts. You can just use two x-axes, hide the first one and adapt the second one for your needs. For example:
xAxis: [{
visible: false
}, {
lineWidth: 2,
min: -0.5,
max: 2.5,
gridLineWidth: 1,
categories: ['30 Days Before', 'Insight Period', '30 Days After']
}]
Live demo: http://jsfiddle.net/BlackLabel/12zbg0m3/
API Reference: https://api.highcharts.com/highcharts/xAxis
Source: stackoverflow.com
Related Query
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts - How to force line chart to be visible above X Axis
- Highcharts line chart all points disappear when have more than one points with same X Axis
- HighCharts Line Chart draw y axis line for entire line points and only one line
- Segmenting x-axis of a line chart in highcharts
- Google Charts, HighCharts or ChartJS Dual Axis Gantt Chart and Line Chart Visualization
- HighCharts turn animation false for line chart
- Highcharts => Getting the id of a point when clicking on a line chart
- Improve performance of Highcharts line chart
- Highcharts line chart won't display line chart in IE
- Change Y Axis vertical line color in Highcharts
- How to add space between chart and axis in highcharts
- Highcharts : hiding bottom-most x axis grid line
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts blank chart with x and y axis
- Highcharts line chart tooltips not showing correctly?
- Add dynamic data to line chart from mysql database with highcharts
- Highcharts Line - When Y axis min is set to 0, connecting line isn't shown for consecutive 0 values
- Highcharts reversed line chart is partially hidden at min value
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- Add custom buttons in Angular Highcharts Line Chart
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- I want to add a line to each column in a Highcharts column chart
- Overlap datalabels line chart highcharts
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- HighCharts Stock Chart error code 18
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- Remove the Z Axis Column Line in Highcharts 3D
- How to change space value between grid and yAxis in Highcharts line chart
More Query from same tag
- Why applying the same data twice breaks a chart?
- Highcahrts Error,Uncaught TypeError:Cannot read property 'destroy' of undefined
- how to install highcharts with bower
- Highcharts columns(min,max) colors
- Create a heatmap using Yii2 highcharts widget
- Highchart label position for solid gauge is too high
- how to fix tooltip after highchart upgrade
- Highcharts spline chart points not showing unless zoomed in
- Unable to Create Chart in Highcharts and id is undefined
- highcharts categories issues
- How to customize a legend in highcharts as the image and while clicking on the leg end appears lines inside linechart
- HighCharts not plotting data coming from model method in rails
- Highcharts: How to exempt a series from redraw zoom calculations?
- How to delete graph on click
- Update highstock chart dynamically
- Highcharts stock control range when rangeSelector hidden
- Rails collecting and rendering JSON data in to a Highcharts graph
- HighchartsReact does not render properly in custom Tabs
- Enable and disable Highcharts tooltip with drill menu
- Using different list for names of each point in highcharts in javascripts
- Highcharts: change graph when radio button selected
- HighCharts + xAxis label formatter
- Highchart : Add data padding for left stepped area last point
- How to reverse colors order for the first label?
- HighCharts unable to use data attribute
- Highcharts polar label textoverflow
- How to achieve Time series, zoomable highcharts on ruby
- Add Title To Each Bubble in Packed Bubble Highcharts
- Dynamically Change X-axis label name in HighCharts
- Customize legend in highchart