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 Articles
- Display the Plotted value on x axis using highcharts
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Dual axis using percentage and absolute value to same serie in Highcharts
- Is there a way to change the display value in series using highcharts
- Highcharts display label for pie chart using html table as data source
- Display custom values on x axis using Highcharts
- highcharts y axis value display left
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts - How to start x axis from an arbitrary value
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts display series.name on X Axis
- Highcharts - Display only year in x axis and stop auto formatting
- Getting the X Axis value in HighCharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- How to hide color axis in heatmaps using highcharts
- Highcharts show plot value on x axis label
- Using Highcharts display donut hightchart having dynamic data
- display pie chart using highcharts api and mysql
- Highcharts - stop Y axis value change on redraw
- HighCharts Display Marker Value
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- Highcharts - Display Marker Icon on Single Value
- highcharts display in my render html page which i want to convert into PDF using wkhtmltopdf in rails
- Display HH:MM on y axis highcharts
- 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
- Negative value for categories axis in highcharts
- Highcharts - Using 'errorbar' type overrides axis interval
- Display multiple points with exact same value in scatter HighCharts
- Formatting Highcharts labels with a callback function (Formatter)
- Highcharts Pie charts get the selected pie id
- How to customize the label for navigator in highstock
- High chart how to process config if get config from DB and it contianed a function?
- How to use Highmaps and Highcharts with Meteor?
- Custom color & tooltip for a single bar in Highcharts histogram
- Datalables alignment doesnt work in Highchart Timeline
- How would I convert this array to this json format
- Default highstock zoom without rangeSelector buttons
- Different color for plot outside range
- Highcharts multi-color line
- Highcharts Shadow/Fill Graph
- Remove Default Title from Chart (HighChart)
- Highcharts function not covered with unit tests with Karma + Jasmine
- linecap property in highchart doesn't work
- Show only used ticks in Highcharts
- how to change bar hover color of highchart dynamically?
- Converting String to Datetime Rails
- Chaning labels in choropleth hcmap
- Maximum number of categories in a Basic Bar chart