score:1
data [5,3] should be shown in x-axis in one row and [2,2] in another x-axis point, but plotting [5,3] and [2,2]
Nope, it renders as it should be. Notice that your series has defined two points, like [{x: 0, y: 2}, {x: 1, y: 2}]
, which are clearly visible on the chart.
If you want to have those two values in one row of the xAxis, you will need to change your data into this format:
series: [{
name: 'John',
data: [2, 3]
}, {
name: 'Jane',
data: [2, 5]
}]
Source: stackoverflow.com
Related Query
- highchart stacked bar chat add series dynamically
- stacked bar graph yAxis plotbands width is changing when toggle/add/remove the series dynamically
- Add average to highchart dynamically by zoom level for every series on chart
- Reduce gap between series data in Bar Highchart
- Highcharts add series dynamically
- High Charts fails to add series dynamically
- Dynamically add data to series in Highcharts
- How do you set the stack order of the series in a stacked bar chart?
- How to add Highchart Bar lines and lables?
- How to set minimum height of data element of series in stacked bar chart?
- trying to dynamically update Highchart column chart but series undefined
- HighCharts - Remove space between series on stacked bar
- How to use for loop array to add series dynamically for line chart
- Dynamically update highchart series in meteor
- add event to x-axis labels of bar highchart
- Add custom metadata to highchart series
- Dynamically add an event to Highcharts series
- How to add comma in stacked column highchart in indian format?
- Highstock add points to dynamically added series
- Add new data to a Highchart pie chart dynamically
- Highcharts - stacked column - order series index dynamically for each category
- HighStock - Add series dynamically to navigator
- how to add an color picker control to highchart for changing the color of series by user
- How to add a new Highchart dynamically using Highchartsng
- Highchart : How to plot Stacked bar graph with line by below JSON respons
- HighChart Stacked column bar
- how to add height and width to highchart dynamically
- Highchart multiple column range in same series on bar chart
- Highchart stacked bar chart pagination
- HighCharts line series not displaying properly with stacked bar combo chart
More Query from same tag
- Highchart manage state manually
- Rename legend on export in highchart
- how to use fillOpacity below to PlotLine in highchart?
- Highstock dual x-axis with scrollbar
- Highcharts Stacked Area Data
- How can i color one sector
- Highchart chinese colon display incorrect when exporting
- Create a Heatmap with Grouped Categories using Highcharts
- Summarize & Group By with Lodash
- Highcharts doesn't expand <div> to proper height in Chrome/Safari and doesn't display at all in Firefox
- Highcharts Date Time With Irregular Intervals Down to Minutes
- Highcharts - second y axis and plotlines in x and y directions
- Highcharts Exporting multiple Pie Charts
- Add initial and final date to Range Selector Highstock
- Highchart data series on wrong y-axis
- Highcharts custom buttons with tooltips
- How to convert Django datetime to HighCharts format
- how to remove black color from circle?
- How to give time instead of angle in highcharts?
- Wkhtmltopdf + Highcart export issue
- Date Vs. Time Graph With HighCharts
- Parsing JSON using jQuery's each from array of arrays
- Selecting Points over multiple Highcharts treemaps
- unequal intervals highchart gauges
- How to define format for Drilldown Pie Charts in Highcharts
- Is it possible with Chart js or which chart Library can provide this type of chart?
- use highchart and highstock on the same page
- Same index in column chart Highcharts
- ionic3 highchart shows error during build
- highcharts not showing the `column` bar