score:2
You can set different widths of lines. jsFiddle: http://jsfiddle.net/24qf98xL/9/
$(function () {
$('#container').highcharts({
series: [{
id: 'main',
data: [{x: 5, y: 10},
{x: 7, y: 10}]
}, {
data: [{x: 2, y: 12},
{x: 9, y: 12}],
lineWidth: 10,
linkedTo: 'main'
}, {
data: [{x: 6, y: 12},
{x: 19,y: 12}],
lineWidth: 6,
linkedTo: 'main'
}, {
data: [{x: 4, y: 12},
{x: 10,y: 12}],
linkedTo: 'main'
}]
});
});
Or alternatively you can try columnrange
type series
jsFiddle: http://jsfiddle.net/tjcg60p4/
Source: stackoverflow.com
Related Query
- How to draw multiple segments overlapping and non overlapping in high-charts?
- How to generate multiple high charts in ng-repeat
- How do I display multiple charts automatically with PHP and MYSQL?
- How can I automate high charts and graphs using selenium webdriver?
- How can I put custom color in High Charts PIE data | Slice and want to change slice text
- How to draw multiple highcharts using highcharts-ng and angularjs
- Highcharts: how to draw line segments with click-and-drag and without chart to scroll?
- How to set High charts series with X and Y value from mysql database
- How Do I put Multiple Charts on the Same Graph rCharts High Charts
- How to combine Bar chart and data as table in High Charts
- How to set reset zoom button and title to exactly center of the high charts
- High Charts how to show multiple columns value on label
- How could we plot graphical representation using High Charts where one x-axis value have multiple y-axis value
- High Charts PieChart How Can I show point value inside segment and label name outside
- How do I set multiple unique charts in their own DIVs using an AngularJS directive and Highcharts
- How do I reduce the space between title and chart of a High Chart?
- How to set the x value for High Charts error bar
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- How to use add series and update methods in the high chart wrapper for angular?
- Resize High Charts based on grid layout width and height using react
- Laravel 5.5 Console TV Bar Chart High Charts multipleDatasets and label
- How to achieve the best possible performance with mutable data and real-time charts in React?
- High charts queue chart updates after ajax with multiple charts in firefox
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- How to draw a bubble map with longitude and latitude using Highcharts in react
- High charts - Increasing the space between chart and title
- HighCharts: draw multiple segments in a single serie?
- Highcharts - how to create multiple y axis and group the data series
- How draw plot lines on a solid gauge charts
- How to show multiple pie charts using highcharts
More Query from same tag
- jQuery Highcharts: change chart type using dropdown list
- how to apply text-align center property to highchart custom label
- How to color places with single dots in area chart - highcharts?
- Highcharts server side rendering draw a mysterious semi circle donut shape
- Why aren’t those 2 HighCharts codes equivalent? (Or is there a way to modify a call to legendItemClick after the creation of the chart object?)
- How to add markers to a grouped bar plot in Highcharts?
- How to implement drilldown in asp.net mvc project?
- Nothing displayed in Highchart Column
- displaying entire value on the y-axis in highcharts when the range between the intervals are high
- Aggregate Total with Highcharts Line Chart
- Highcharts Using CSV instead of JSON
- Starting node http server at any free port
- Highchart Hide/Remove Annotation buttons on export
- Put my labels in front of the graph without obscuring the points
- highcharts not to fill the width
- Enable/Disable `Navigator` pane in Highchart
- Angular dynamic highchart integration - response is not updating in the chart component
- Highcharts, add 'go back' (drill up) button when drill
- Heatmap: Get related data of the hovered cell on mouseOver
- highchart autoupdate(addpoint) cause corrupted chart view
- Converting high chart to image and send to server using ajax call
- highcharts: How do I change the color of the chart above?
- Is it possible to define an image map area by radial coordinates?
- Displaying count on bar and percentage on Y-axis of cloumn chart using Highcharts
- Is it possible to use data grouping in Highcharts without Highstocks?
- Change color of highstock navigator to be identic to first series
- Proper JSON format for highcharts
- Chart rendering issue with resizing <div> container
- Highcharts custom text right to left export
- Changing a pie chart into an arrow ring chart