score:0
You need to define dates instead of categories.
Example: - http://jsfiddle.net/ysxo739h/
<table id="datatable">
<thead>
<tr>
<th></th>
<th>Jane</th>
<th>John</th>
</tr>
</thead>
<tbody>
<tr>
<th>2006-01-01</th>
<td>3</td>
<td>4</td>
</tr>
<tr>
<th>2006-01-02</th>
<td>5</td>
<td>6</td>
</tr>
</tbody>
Source: stackoverflow.com
Related Query
- HTML table as data source for highstock charts using highcharts
- Highcharts display label for pie chart using html table as data source
- Nested table yields unexpected columns for a basic column graph using high charts with 'Data defined in a HTML table'
- using dynamic data from highcharts in a html table
- Using a flask variable as data source for highcharts
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Use HTML class as Highcharts table data source
- HighCharts data defined in a HTML Table using PHP MySQL
- Graphical representation of HTML table data using High charts
- Formatting JSON data monthwise for HighCharts using MySQL
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Passing in Id for each data item in bar chart using highcharts
- Using connecting legends for two Highcharts pie charts
- Extracting data from a JSON call to a Postgres table for use in Highcharts (without PHP)
- Highcharts loading data from a HTML table with a title
- highcharts example for using data from database with mvc
- Two way data binding in Angular JS for graphs implemented using HighCharts
- Highcharts Output Data to HTML Table
- Data and tooltip not working for graph using highcharts
- Highcharts Sparkline chart with dynamic data for table -Angular js
- Set a maximum for data grouping in Highstock charts to prevent from grouping
- Highcharts with data populated by php generated html table - only one will load
- Fomatting labels on Y-axis in Highcharts with Data from HTML table
- Jquery & Ajax for data retrieval used for highcharts implementation + HTML
- Stacked Bar type of jquery Highcharts with data from HTML Table
- Highcharts to populate data for pie chart using json object
- javascript Highcharts JSON data to HTML table
- How can I get proper object through loop using javascript for Bubble Charts of Highcharts
- How to scrape data from Highcharts charts using selenium and python?
- Highcharts - How would I use HTML input boxes to input the data for a Pie Chart?
More Query from same tag
- Highcharts-How to align shared tooltip on the top of column in multiple series column chart?
- Highcharts 5 - Radar Charts with circle round the outside
- How do I send javascript on ajax request?
- highcharts map Zoom by a single click
- How do you increase the performance of highcharts chart creation and rendering
- Chart not visible
- Mouse wheel event, not working as expected in Firefox, when using Highcharts with PerfectScrollbar
- hightchart : centered value and arrow
- Highcharts access drilldown data from event click
- highcharts: margin between two boxplot series
- javascript Highcharts object as a C# class
- how to import highcharts sub modules in React app
- HighCharts multiple axis not recognized
- How to let x axis title still show on the bottom when setting fontsize attribute in Highcharts
- Pan one of multiple Y axis for highchart
- Highcharts same types of data with different series
- How to specify a range of data when using HighCharts with <table>?
- Highcharts chart event load not working for wordcloud
- Highcharts/Highstock running laps
- json_encode and highcharts
- Need to remove the empty space to the left of the graph, after I moved the stocktools to the top of the graph in highstocks
- highcharts y axis value display left
- Highcharts.stockChart is not a function
- Unselect and Select Event
- HighCharts SyntaxError: missing ] after element list
- Highcharts. Explicit colour for one point in HeatMap
- Highcharts: Getting average values for selection in line graph
- How can I make preset json data ready to be used in my highchart?
- how to present json data on Highchart
- Using HighCharts styledMode in Angular 8 application