score:0
I think the json data from the url may be not in the right format for the High Charts. Try to include the onError function on the getJSON function and check the error.
score:1
Problem is in your date/time. You should multiply your times with 1000
score:1
I had wrapped the data series, which were properly in curly brackets, with an outer curly bracket. It should be a square bracket since it's returning an array of objects. Thanks for the help folks. So when you need to send multiple series that have multiple parts (date and time, or a start and end range) to Highcharts through JSON, you want:
[{name:my1stSeries, data:[[1,2],[3,4],...,[m,n]]},{name:my2ndSeries, data:[[5,6],[7,8],...,[o,p]])]
Source: stackoverflow.com
Related Query
- HighCharts is only displaying the Title
- Using Highcharts and displaying a message over or on the chart when there is no data
- Highcharts - Gray out only title in legend
- How To Dynamically Truncate The Y-Axis Title On Chart Resize/Reflow In Highcharts
- how to display 2 same highcharts without duplicate the code
- How to add a border to the title in highcharts
- Why does this Highcharts graph only show tooltip for the first and last nodes?
- Highcharts - is possible to have stackLabels only for a subset of the series?
- How to position a Highcharts title on the right of the chart?
- Highcharts - position icon element in the title
- How do I completely hide the chart title in a HighCharts chart?
- Display percentage change in the title of Highcharts timeseries
- Highcharts -> how to add vertical title to bar? how to make the symbol in the legend a rectangle?
- Highcharts JS: barchart select the only selected bar without the rest in series
- HighCharts - Enable the markers for the series which has only single data point?
- Highcharts Detect mouseOver event only in the colored area
- How to center the yAxis title in Highcharts
- Highcharts not displaying tooltip title properly
- Strange character in the Highstock source code
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- Displaying date on the x axis with Highcharts using ASP.NET MVC
- HighCharts title styles i.e textDecoration property not applying when we export the chart using canvg
- In highcharts how can I provide data with values x, y, title so that I can put the title in the tooltip?
- Highcharts export only renders one quarter of the image
- Highcharts only loads Title / Subtitle
- Highcharts dynamic set category update the chart but shows only points but not lines
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- How to show only the last 100 candlesticks or hide the first 50 candlesticks in Highcharts Stock Chart?
- highcharts x-axis is displaying the wrong data
- how to change the title in highcharts
More Query from same tag
- Highcharts navigator handle height
- HighcharteR Tooltip
- Highchart specific width stack column bar graph
- High Chart Formatting
- Highcharts - Add Axys properties when series are added later to Plot
- Highcharts - Multiple master charts in master detail charts
- Disable the UTC timezone
- highcharts stacked column overlaps when toggling the legends visibility
- Highcharts add ellipsis for long data
- How to create a new Highstock chart with new Highchart and not jquery?
- Highcharts - Get x Value From Y value
- highchart giving no output
- Highcharts Pie chart: how to hide the legend for all but the three highest values
- HighStock charts - Change default Open Price to Close Price
- Highstock columns overlapping one another even if there is space
- align the plot in center of the grid in highchart
- JS value name and it's value
- R highcharter legend based on point color
- Set 'src' attribute for document.createElement('script')?
- Highchart spline Cut Off when reach to maximum scale value. How can it fixed?. I have attached may sample code on body
- R HighCharter - customize tool tip captions
- Changing Highcharts label and sorting x-axis using Django-chartit
- X-axis range changes based on hidden Series
- highcharts converting area range to multiple lines on plot
- set initial graphs on highcharts
- Highcharts with multiple series from JSON Dynamically
- Adding only one clickable point to the chart in Highcharts?
- Unable to trigger a click event on series data | Highchart
- Highcharts add a Mean line to BoxPlot chart
- highcharts - assign custom text using yaxis.stacklables.formatter to each bar