score:0
Accepted answer
The reason of the movement in the black line is the redraw and the animation function of the chart. For some reason the first series(blue line) doesn't show animation after calling addPoint
so you don't see the movement. The second parameter in the addPoint
function is redraw
. Setting it to false for the second series(black line) will stop the movement when updating the points:
series1.addPoint([x, y], false, true);
Here's the DEMO.
Source: stackoverflow.com
Related Query
- Dynamic chart is not working properly (highcharts)?
- Highcharts Line Chart Drill down not working properly
- highcharts tooltip not working properly for hacked gantt chart
- Highcharts Bar Chart Zoom not working
- HighCharts pointPlacement option not working in a single column chart
- Angular Highcharts dynamic x-axis not working
- highcharts not working properly
- High Chart Data label Formatter not working properly
- Simple Highcharts chart not working in Firefox
- HIghcharts & Bootstrap: Chart on Tab 2 is not appearing. Though First chart is working fine
- Highcharts Column Chart Not Displaying Dynamic Values
- SetData() not working on Change Event HighCharts Pie Chart
- save chart button of stock tool chart not working in highcharts
- html2canvas of a Highcharts chart not working fine on IE
- HighCharts line series not displaying properly with stacked bar combo chart
- Highcharts Export Service Gantt Chart not working
- Highcharts setData on pie chart not working
- Highcharts datalabel 'callout' shape not working for donut chart
- Highcharts polar chart not connecting lines properly
- Highcharts dynamic set category update the chart but shows only points but not lines
- HighCharts Arearange Chart not working
- Buttons not working on subsequent tabs to redraw chart in Highcharts
- render a dynamic number of highcharts charts is not working
- Highchart Pie Chart not working properly with series
- Highcharts chart event load not working for wordcloud
- highcharts zooming over line charts not working properly
- highcharts dynamic categories not working
- Standalone simple chart not working - highcharts
- Angular Highcharts Radial Bar Chart not working as expected
- Highcharts Javascript - Synchronize Chart and Table not working - Cant read property cell of undefined
More Query from same tag
- Display different value other than x and y axis value
- pie chart legend overlap with older legend when replace series in highchart
- HIghCharts dual axes combo
- Test Highcharts with selenium webdriver
- Column width in Highcharts when combined with spline
- Highcharts: xAxis yearly labels centered between ticks
- How do I have text display within the inside of a stacked bar graph in highcharts
- Highchart export filename with special characters
- Pass custom date object from jalali-moment library to time.Date option
- Saving 30 keys from an array to another variable
- HighCharts JSONArray without quotes
- Highcharts fails on load "evaluating Y[fa].pointer"
- Create Histogram with bellcurbe with in the same chart Highcharts
- HighCharts set scrollbar position
- Highchart does not load data from hidden input when using .val
- HIghcharts Heatmap Overload with Too Much Data?
- put a text in all categories in Highcharts
- Highcharts: save chart parameters when user changes them
- Highcharts shared tooltip positioning if single value only
- Force Highcharts to use my min and max
- HighCharts PieChart with just one segment doesn't show a label
- Second Y-Axis in Highcharts linked to specific data series
- Loading HighStock with RequireJS
- Highlight weekend with a plot band or a zone
- Show Columns in Highcharts on different X-Axis (side by side)
- Chart type to plot only data points
- Is there a way to load data into Highstock without the use of PHP?
- In Highcharts can legends be shown as dropdown or option of select all deselect all legends?
- highcharts multiple line live graph
- Query regarding why and how to use highcharts license