score:2
Accepted answer
as you are rendering the table data dynamically then try to load the data with ascending order in case it is in descending.
your table should look like below, and replace table body :
<tbody>
<tr role="row" class="odd">
<td>2012</td>
<td>0</td>
<td>0</td>
</tr>
<tr role="row" class="even">
<td>2013</td>
<td>0</td>
<td>0</td>
</tr>
<tr role="row" class="odd">
<td>2014</td>
<td>0</td>
<td>0</td>
</tr>
<tr role="row" class="even">
<td>2015</td>
<td>1</td>
<td>3</td>
</tr>
<tr role="row" class="odd">
<td>2016</td>
<td>3</td>
<td>11</td>
</tr>
</tbody>
Source: stackoverflow.com
Related Query
- Issue with last column width in Highcharts
- Column width in Highcharts when combined with spline
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- Highcharts cloud issue with data source when duplicating chart
- How to reduce the space between Bars with a fixed bar width in Highcharts column chart?
- Highcharts column width with variable x axis point spacing
- Highcharts - issue about full chart width
- Maximum bar width in Highcharts column charts
- Styling bar colors in Highcharts with a gradient issue
- HighCharts full width issue
- Highcharts data series issue with ajax/json and PHP
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Highcharts - Column With Negative Values - Column Color
- Highcharts - Issue with negative values when displaying multiple axes
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Highcharts spans beyond bootstrap column width when implemented as an angular directive
- Highcharts scatter plot with variable line width
- Highcharts stacked column bar with line
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts Grouped Column Chart with Multiple Groups?
- Highcharts - update column graph with setData() not working
- Highcharts - Highstock: fixed width intervals with scrollbar
- HighCharts query parameters issue with Flask webservice
- when printing page with highcharts using javascript this.print() width values in css in @media print seem to be ignored
- Resize issue while gridster.js with highcharts
- How to get current width of highcharts column
- Highcharts multiple column chart with drilldown, correct formatting of drilldown axes
- How to Build a Column Chart in Highcharts with Data Entered Dynamically Within a CMS
- Highcharts reloading issue with Backbone.js
More Query from same tag
- Storing mysqli_query into multidimensional php array and utilizing that array as input to highcharts
- Customizing y-axis in Highchart.js (stockchart)
- R highcharter plot points color based on value
- Highcharts Legend item text alignment
- disable legend resizing of chart
- Highcharts calculated max value not working with 2+ Y axis
- Pan one of multiple Y axis for highchart
- not able ot show date in x axis in highcharts
- Angular - Custom DaterangePicker in Highchart
- highcharts does not seem to be rendering
- HIghmap colorAxis filter
- High chart on click event listening
- How to add a category ID to High Charts Category
- Simple Highcharts chart not working in Firefox
- Load event issue: unable to add hover event on pie chart's legend
- How to show some empty item in hightcharts?
- xAxis.Categories does not works in highcharts when used with range selector
- Highcharts xrange refuses to exhibit drilldown behavior
- Highcharts area range series change plotting area dynamically
- Change a highchart subtittle
- highcharts legend color customization
- Highcharts - Column chart with empty columns for date in x-axis
- R highcharter get data from plots saved as html
- Highcharts zIndex issue with crosshair
- Adding options to the Highcharts on button click
- Is there any way to fill bubbles partially in highcharts bubble chart?
- Manipulate highcharts bar
- Rendering json results to a pie chart in a div - highmaps
- Highcharts Column Series: Centering categorized x-axis labels
- Few Partial Views(charts) on one page