score:2
Your series is not showing because your data array is not in a usable format.
this:
data: [{
'value': 731,
'timestamp': 1366032438641
}
should be either this:
data: [{
'x': 1366032438641,
'y': 731
}
or, more simply, this:
data: [[1366032438641,731]]
reference: http://api.highcharts.com/highcharts#series.data
You'll have to clarify what you mean about the other part of your question.
EDIT:{
If you want actual millisecond precision, you will have to have enough width in your chart to specify a pixel per millisecond. This is not going to happen in any real chart obviously.
There's no way to draw a 2 pixel wide line in a ~600 pixel wide chart displaying 20+ hours and have it be precise to a millisecond.
That's about 72 million milliseconds in 600 pixels, which works out to 0.0000083 pixels per millisecond... (or 120,000 milliseconds per pixel)
:)
Source: stackoverflow.com
Related Query
- Display the Plotted value on x axis using highcharts
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Is there a way to change the display value in series using highcharts
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Dual axis using percentage and absolute value to same serie in Highcharts
- Getting the X Axis value in HighCharts
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- I had created a scatterplot using Highcharts but the the point.z value is not getting displayed in tooltip
- how to display 2 same highcharts without duplicate the code
- Why do I have the issue 'property assigment expected' when I want to display a chart on my web page using highcharts
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- Highcharts display label for pie chart using html table as data source
- How do I plot the x axis line using Highcharts when pegged at 0?
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- Highcharts - three series using left Y axis and the fourth using the right Y axis
- Displaying date on the x axis with Highcharts using ASP.NET MVC
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- Highcharts :: Need to split y-axis from primary body of chart. Can I display this axis separately from the Highchart?
- Highcharts - Toggling the lines that run parallel to X axis for each value on Y axis?
- Display custom values on x axis using Highcharts
- Display of plotted point labels not appearing properly on X Range Chart for the first date of month - Highcharts
- How to get the axis value with respect to the cross hair in highcharts
- Highcharts display value of the average with addPlotLine
- Display tooltip on hovering over the legend using Highcharts and jQuery-ui tooltip plugin
- Display maximum value of a highcharts stacked column on the bottom
- highcharts y axis value display left
- Highcharts treemap with drillnodes and color axis : do not display sub level colors in the main level
- Want to set the y axis ticks to a fixed value Highcharts
- Updating the axis of a highcharts chart object using jquery after inital render (django)
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
More Query from same tag
- Fixed Datalabel dimensions in Highcharts Series DataLabels
- Highcharts access drilldown data from event click
- Basic Highcharts Multiple Series Chart Using JSON
- String category names with Wisp scala plotting library
- How to make color bar above navigator in Highstock?
- Overlap data on spline chart in Highcharts
- How to add PHP array to JS array in Highcharts
- Highcharts: Cannot read property 'parts/Globals.js' of undefined
- Highlight a slice of pie chart in highcharts on click of a div
- Content of highchart tooltip getting overflow
- Disable tooltip for one point?
- Changing HighCharts background color?
- Highcharts Text Bubble
- yii2 : dynamic dosamigos HighCharts from database
- Highcharts graph not displaying on safari and internet explorer for PC and iPhone
- Is Gill sans supported for export?
- Error #14 while trying to read CSV data
- Pyramid chart in rCharts with Highcharts
- Highchart/Highstock Data sampling
- Highcharts not displaying tooltip title properly
- Highcharts Export server - Can't generate image using --options
- How to show gridlines only on 0 on the yAxis in highcharts?
- Looking for a line chart drill down to area chart using Highcharts
- Populate Highchart with data from a python function
- how to update Large tree map without redrawing chart?
- Highchart not rendering inside a ajax function angularjs
- highcharts converting area range to multiple lines on plot
- Highcharts :Uncaught TypeError: $(...).highcharts is not a function
- HighStock not Overlapping data
- Highcharts: Plot yAxis values starting from a specific range