score:1
Accepted answer
That type of chart can be easily created using Highcharts. You can use line
and xrange
series types with two yAxis
:
Highcharts.chart('container', {
xAxis: {
type: 'datetime'
},
yAxis: [{
categories: [...],
}, {
opposite: true
}],
series: [{
type: 'xrange',
data: [...]
}
}, {
type: 'line',
yAxis: 1,
data: [...]
}]
});
Live demo: https://jsfiddle.net/BlackLabel/zv74tsoq/
API Reference: https://api.highcharts.com/highcharts/yAxis
Source: stackoverflow.com
Related Query
- Google Charts, HighCharts or ChartJS Dual Axis Gantt Chart and Line Chart Visualization
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- HighCharts issues in Dual axes, line and column charts
- HighCharts Line Chart draw y axis line for entire line points and only one line
- How to add space between chart and axis in highcharts
- Highcharts blank chart with x and y axis
- Dual axis using percentage and absolute value to same serie in Highcharts
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- How to change space value between grid and yAxis in Highcharts line chart
- Highcharts change symbol and hover text of individual points Line Chart
- Highcharts - How to force line chart to be visible above X Axis
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- Highcharts line chart all points disappear when have more than one points with same X Axis
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- (Horizontal) bar and line chart with Highcharts
- Highcharts: Dual axis line and column with multiple series
- Can't disconnect line chart with [null,null] and irregular intervals in Highcharts
- Switch between pie charts and bar chart in highcharts
- Highcharts drilldown to pie chart - Clicking on axis label with multiple series causes pie charts to overlap
- Highcharts combination of line chart and treemap
- Highcharts with dual axis and stacking - R
- highcharts not displaying line when last point is before current x Axis minimum and next point is after current X Axis maximum
- Generating highcharts issues in dual axis column chart
- Highcharts to get Combined Bar and line charts
- How to remove fine white line between halo and Highcharts pie chart
- Adding space between the line and the fill in a Highcharts area chart
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Find and fill intersection of line chart with plot line in highcharts
- Server-side c# and client side javascript with json loading Highcharts gantt chart Task Progress Indicator, need to change Tooltip and Label name
- Highcharts to display area range and line chart with data from a CSV file
More Query from same tag
- Resize High Charts based on grid layout width and height using react
- Highcharts dataLabels allowOverlap not working
- Highcharts column drilldown colors exhausted after 9 columns?
- Realtime backend platform for reporting / dashboards?
- Equivalent of highcharts map with {highcharter}
- move one vertical line with mouse over and find intersection point with two highcharts
- set the background color for column group graphs in highcharts
- Rendering Mathjax in Highcharts
- Label distance in polar chart is not equal on each angle
- How to dynamically change mouse event functions in Highchart?
- highchart desing issue regarding linerange on the chart
- Sharing variable between functions
- Highstock X-Axis: Categories in Place of Time
- How to apply color gradient in progress bar in high chart with stylemode in Angular
- Highcharts: adding extra data to drilldown
- Reset default zooming and navigator in Highcharts (ng-highcharts).
- bootstrap data-toggle="tab" - how to make a tab active with a JS call
- column charts first date cut issue
- R - arrange bars in grouped hchart
- how to update Large tree map without redrawing chart?
- Issue updating highcharts from aqi.json file using Raspberry Pi
- In angular, how do I access a class method from component.ts?
- Highchart save chart image using cURL
- dynamic chart with Highcharts using json
- Generate PDF from a page with highcharts on it with abcpdf
- Accessing Highcharts methods in Rally chart
- Mix categories and subtasks in HighCharts Gantt?
- Highcharts SVG difference with Node JS SVG
- Highcharts Gauge - start/endAngle and height
- Highcharts Grid Line Width (or Color) - Single Line