score:2
In general, Highcharts will reserve space for each columns, not only existing. You can avoid this by splitting series into two each. See example: http://jsfiddle.net/czQ9e/1/
series: [{
name: 'Temperatures',
id: 'temps',
color: 'blue',
data: [
[-9.7, 9.4],
[-8.7, 6.5],
[-3.5, 9.4],
[-1.4, 19.9],
[0.0, 22.6],
[2.9, 29.5]
]
}, {
name: 'Temperatures',
linkedTo: 'temps',
grouping: false,
color: 'blue',
data: [
[6, 9.2, 30.7],
[7, 7.3, 26.5],
[8, 4.4, 18.0],
[9, -3.1, 11.4],
[10, -5.2, 10.4],
[11, -13.5, 9.8]
]
}, {
name: 'Trend',
data: [
[-19.7, 3.4],
[-18.7, 6.5],
[-3.5, 6.4],
[-1.4, 9.9],
[-9.2, 12.4],
[-3.5, 19.8]
]
}]
Source: stackoverflow.com
Related Query
- Changing data dynamically for a series in Highcharts
- Add additional data to a Highcharts series for use in formatters
- Display tooltip for invisible series in Highcharts
- Highcharts - How to set custom colors for the series
- highcharts - chart names for multiple pie chart series in one chart
- Use an array of objects for series data in Highcharts
- Highcharts Custom tooltips for multiple series
- Highcharts - Provide URL's for series data to open clickable link
- Highcharts shared tooltip for line series and scatter plot not working
- Sort the series data for every X-Axis in Highcharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts not displaying series data for graph with multiple Y-axes
- Highcharts JS- add third variable to tooltip for two series
- How to show 0 for incomplete Series in Highcharts
- Highcharts change label text for a single series
- how to use object as series for Highcharts
- Highcharts - Aligning dateTime series for shared tooltip
- Changing tooltip shape for a series in Highcharts
- Show special symbol for each series in category in highcharts
- How to display line break for irregular time series with highcharts
- Highcharts Modify Tooltip for One Series
- Highcharts series showing different data for 'column' and 'line' chart
- Highcharts - stacked column - order series index dynamically for each category
- Set border radius left/right for columnrange in Highcharts
- Series for tooltip only in highcharts
- colors for single series in highcharts
- highcharts change chart type using dropdown for multiple series
- How to set column width for columnRange chart with multiple series
- Highcharts hide empty bars of categories for multiples series
- Show Data For Grouped Series in ToolTip Highcharts
More Query from same tag
- Dashboard using highcharts.js
- Highcharts: Parse multi-variable JSON data
- Add initial and final date to Range Selector Highstock
- Highcharts marker size change on/after hover
- Format "data" and "name" highchart mvc asp.net
- Highcharts free-form drawing content not getting exported
- JSON how to get squared brackets?
- Highcharts breaks after getting a variable's value with document.getElementById
- Highchart: How to graph from Radio Button
- Highcharts chart keep increasing its height on browser resize
- displaying entire value on the y-axis in highcharts when the range between the intervals are high
- HighChart- Plot Stacked Bar Chart on Status for Every Minute
- Highcharts, highlight point, without using click event?
- Get javascript highcharts to render inside a Bootstrap Popover
- Highcharts NG show only one point at a time. Animations
- Binding json result in highcharts for asp.net mvc 4
- minPadding doesn't work
- Highcharts 3D Scatter Plot: Change Description shown when hovering points
- How to use specific version of external library in jsfiddle?
- HighChart is not working with multiple axis
- Horizontal bar chart with outline behind bar
- Angular Highcharts redraw
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- Unable to do any other action than "alert" when triggering the click event on Highcharts (React Native)
- Highchart zooming bug?
- HighCharts JS - Getting multiple linear underlays on a scatter plot
- Highcharts Solid Gauge only want to show 1 data label
- Highchart Callback Refactoring not working, and how to display multiple series using multiple Ajax data
- Width of embedded HighChart within jQuery dialog only 100% after resizing window screen
- Standalone simple chart not working - highcharts