score:1
It is not really clear what you meant by "they only supported a single column on y axis" but, yes, you can have multiple points per category. I am using columnrange
series. Take a look at the data
format you need. You need to explicitly state what category index the data points are for:
series: [{
name: 'Temperatures',
data: [
{x: 0, low: -9.7, high: 9.4},
{x: 0, low: 20.7, high: 30.4},
{x: 1, low: -9.7, high: -5.5},
{x: 2, low: 1, high: 20},
{x: 2, low: 50, high: 55},
]
}]
Minimal working example.
Source: stackoverflow.com
Related Query
- js timeseries/waterfall graph within table
- Highcharts: How to provide a custom stack label in highcharts bar graph from within the stackLabel formatter?
- Nested table yields unexpected columns for a basic column graph using high charts with 'Data defined in a HTML table'
- Highcharts display label for pie chart using html table as data source
- Conditions within highcharts code
- Strange character in the Highstock source code
- HTML table as data source for highstock charts using highcharts
- How to create a drilleable bar graph in jsp page using open source charts API
- Adding a Button to toggle between graph and table using Highchart
- How do I have text display within the inside of a stacked bar graph in highcharts
- HighCharts Bubble graph JSON as data source
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Use HTML class as Highcharts table data source
- HighCharts remove $ and % symbols from custom html table when creating graph
- How an I pass an array that is obtained within ngOnInti() to a graph that is outside of that function?
- How to create graph from only one column of a HTML table in HighCharts?
- Switch between the view data table and the highcharts graph
- Highcharts Waterfall graph using a column graph
- The graph is not equal on the basis of the addition code in Highcharts
- How do you change the colour of each category within a highcharts column chart?
- Highchart specific width stack column bar graph
- Disable-Click on Legend in HighCharts Column Graph
- High charts remove dots from the line graph
- missing value in highcharts line graph results in no line, just points
- Highcharts: Line graph with half solid line and half dotted line?
- Scrolling over highcharts graph
- HTML table data into arrays via jQuery
- How to make stacked column graph to show total data value on top
- drawing custom lines on highchart graph
- How to hyperlink bar graph in highcharts
More Query from same tag
- set minimum and maximum values for axis' data in highchart
- Additional tooltip in Highcharts using Handlebars
- How to use HighCharts dart library in Flutter app?
- JasperReports: HTML5 high chart X Axis label font size
- Why won't the legend in my highchart show values?
- How to set new data then reverse to original data in Highcharts?
- Highcharts area-spline fill gradient possibly undefined error
- highcharts, four aeraranges with linear gradients
- Set color of highchart column according to average or limit value
- react-highcharts: canvas size changes when changing tabs
- Highcharts Bar Graph's Tool Tip Point Format
- highcharts display in my render html page which i want to convert into PDF using wkhtmltopdf in rails
- Average values based on date from json to array of arrays
- not able to show x axis data with datetimelabel format with {hh:mm} in high charts
- Highcharts tooltip is hidden behind other charts
- How do I create a bar chart instead of line chart with HighCharts?
- Highcharts Pyramid Chart displays no data with JSON, PHP
- HighCharts: Basic line chart doesn't show first label on the X-axis
- How to create an inner circle pie chart in Highcharts
- How is inline style added to HTML elements by Highcharts?
- Adding Labels to the Left or Right of Highcharts Funnel Visualization
- How to Format Highcharts dataLabels Decimal Points
- Highcharts - init with different vertical/horizontal config based on browser width, also after resize
- remove space on same parent categories | Grouped Categories Highcharts
- Is it possible to reparent the high charts legend?
- How to show text as a series on a chart in Javascript?
- Highcharts best way to update dynamically changing exporting values?
- How to add comma in stacked column highchart in indian format?
- Long array of small data points is rendered as a jagged line
- adding series from existing highcharts chart