score:5
set for your yaxis:
yaxis: {
type: 'datetime'
}
see fiddle
edit: timeline / zoom http://jsfiddle.net/dgdaf/5/
edit: use callback to add series, when chart is ready. however, why don't you add these series when chart is created?
chart = new highcharts.chart(options, function(ch) {
$.each(seriesoptions, function (itemno, item) {
ch.addseries({
name: item.name,
data: item.data
}, false);
});
chart.redraw();
});
Source: stackoverflow.com
Related Query
- Highcharts add series dynamically
- Dynamically add data to series in Highcharts
- Dynamically add an event to Highcharts series
- Add Categories and Series dynamically from JSON in HighCharts
- How add series dynamically in Highcharts without button? (ANGULAR JS)
- highcharts column : add dynamically series with drilldown data
- Highcharts - Add a tooltip suffix value dynamically for each series
- Add series to highcharts dynamically without initial data
- Changing data dynamically for a series in Highcharts
- Add additional data to a Highcharts series for use in formatters
- Changing series color in highcharts dynamically
- Add series total to legend in Highcharts
- Changing Highcharts data series type dynamically
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Adding a series dynamically with HighCharts Stock Charts
- Highcharts - get visible series name dynamically
- High Charts fails to add series dynamically
- Highcharts add tooltip that has a small arrow pointing toward the series
- Highcharts JS- add third variable to tooltip for two series
- Setting Highcharts Series and Category data dynamically
- Dynamically load in series HighCharts
- How to add series after click event in HighCharts
- How do i add mouse wheel code in Angular2 highcharts in typescript
- Add data dynamically to the top level in highcharts when drilling up
- Highcharts area range series change plotting area dynamically
- How to use for loop array to add series dynamically for line chart
- Highcharts colorAxis - Hide or add dynamically
- Highcharts error when add and shift data to hidden series
- Need to dynamically add menuItem to HighCharts contextButton w/function defined by variable
- Spark - Highcharts // Add points dynamically
More Query from same tag
- Highstock/highcharts - yAxis title width
- How can i force Highcharts to use same symbols in Legend and Series?
- UseHTML property in XAxisTitle or YAxisTitle
- Add Title To Each Bubble in Packed Bubble Highcharts
- Highcharts legend hiding wrong data
- Highcharts: Logarithmic y-axis with seconds, minutes, hours and days
- Highcharts scatter marker translation error
- Why is the Highcharts tick placement different in two similar charts?
- Is it possible to mix columns with a horizontal line on each category?
- highchart scatter with 24 hours time on y axis and the day of the transaction on x axis
- Highcharts style behavior difference between 2 highcharts sources
- convert Unix epoch timestamps to JavaScript date timestamps
- Display and use time values on Highcharts
- HighStock shows data not presents at specific interval using gap size?
- Highcharts:Add image to legend
- Padding between column and y axis line - is this possible?
- Customizing tooltip leaving the candle stick as it is
- HighCharts - Getting chart to display - Simple example (markit API)
- Different Array(s) in Chrome Dev Tools
- High-chart Div save as image and save file in server path
- how to use json_encode
- Highcharts numberformat
- Making a HighChart container draggble
- Highcharts Dynamic Chart with MySQL Data doesn't reload
- how to pass database values in Yii2 Highchart
- Highcharts gem not working
- Highchart Donut chart not circular
- Large quantity of data real time visualization
- Highcharts: saving canvas image as local file in IE
- Highcharts boxplot custom labels for maximum quartiles median and minimum?