score:0
In PHP do this:
$timestamp = 1000 * strtotime($your_date);
score:1
There is a javascript function Date.UTC which will do the conversion for you. e.g.
[Date.UTC(2013,0,1),55],
Note, the Javascript months start at 0 (for Jan), not 1.
N.B. Make sure your axis type is 'datetime'.
Source: stackoverflow.com
Related Query
- Highcharts Single Line series JSON date data format
- Highcharts Single line series with single data not showing plot
- display different series data in single line of Stacked Bar using highcharts
- Highcharts displays series names but missing data points from json source
- json date format to Highcharts date format
- Highcharts with JSON data and multiple series
- Highcharts C# To JSON - Structuring Series Data
- How to format my json data for stack column chart in HighCharts
- How to construct HighCharts data series to match returned Json via ajax call
- How to create data in Json format for highcharts
- Highcharts JSON decimal data format issue
- Getting data from Postgres in JSON format in ROR into a Highcharts javascript
- Plot Highchart multiple series line chart using JSON data
- Multiple series data Highcharts line
- Highcharts multiple data on single point in series
- Convert JSON data into format in Highcharts' basic line chart
- how to continue the graph line when missing series of data in middle of highcharts
- HighCharts - Enable the markers for the series which has only single data point?
- Extract data series from a JSON array for a Highcharts chart with 2 y-axis
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- How to format json data in miliseconds to Date format in highcharts?
- Highcharts Time Series data from C# in a format required by HighCharts
- Format data from database to Highcharts series Format
- Highcharts series visibility with csv data source
- Highcharts events issue with plotbands in Date Range Line Series
- How to plot a highstock single line series graph from ajax data
- Highcharts - JSON series data not showing correctly
- Loading json data to highcharts with multiple series
- Counting json data to create dynamic series in highchart line charts
- How to show horizontal line instead of a dot for a single value data in highcharts
More Query from same tag
- How to correctly utilize the timezone option in Highcharts
- Locate a dot with the same xpath in a highchart
- How to use no-data-to-display within Highcharts-Vue wrapper
- highcharts line-ajax example/demo
- Why is plotLine after redrawing a series in Highcharts not displayed anymore?
- Data grouping into weekly,monthly by user
- clear cache from Highchart when loading data from a json file
- How to set options?
- Highcharts rendering cycle (numerous label formatter calls)
- Realtime monitoring node.js server
- highchart change chart by choosing month in drop down
- Using dropdown filter to dynamic update Highchart
- Hide the line chart inside the Highstocks Scrollbar
- Highcharts - Bar chart show full label on Y Axis
- how to render angular directive in Highcharts tool tip in Angular8
- How to export charts in multiple sizes with Highcharts?
- Is there a way to to always show the data along with tooltip data rather on on hover only in highcharts-stockchart?
- How to put 'maxPadding' in HighCharts grafic with "stacking:percent" in YAxes?
- Highchart - Column range as arrows
- boxplot catergories don't line up Highcharts
- JSON how to get squared brackets?
- Refresh highchart after hiding bar data
- Highchart step line chart tooltip show old data when there is no data
- Clickable Bars in js Highcharts?
- Highcharts in Vue.js component
- HighCharts area graph - show tooltip only on hover of marker
- using gauges in ionic 3
- Can you remove specific grid lines and point labels using highcharts without css?
- Chart not exporting to XLS File - Highcharts
- Highcharts getjson and changing series type dynamically