score:2
Accepted answer
You can easily use this.series[0].update
:
this.series[0].update({
data: [
{y:10,x:1},
{y:7.5,x:2},
{y:9,x:3},
{y:7,x:4},
{y:7,x:5},
]
});
This will automatically redraw the chart and update the data: DEMO
Or you can use this.series[0].isDirty = true
before calling redraw
:
load: function () {
this.series[0].data[1].y=7.5;
this.series[0].isDirty = true;
this.redraw();
}
Here's the DEMO
Source: stackoverflow.com
Related Query
- change data point value inside load event in HighCharts
- change VueJS component data value from inside Highchart event
- How do I dynamically change a data point in Highcharts using JavaScript
- how to get chart object inside a point event function in Highcharts
- Change color code on colum, depending on data value (highchartJS)
- Update highcharts data dynamically on HTML form value change
- Highcharts - change border of a single data point in series
- Highcharts How to change align of data labels based on value
- How to change dividing point to comma in decimal value in Highcharts pie chart?
- Incorrect data point value in highcharts navigator series when extending min and max date
- Set highcharts y-axis min value to 0, unless there is negative data
- Highcharts - manually trigger hover event on a point
- Get Highcharts Series Data after Load
- Highcharts Change Bar Color Based on Value
- HighCharts load data via ajax
- Highcharts dynamically change bar color based on value
- Load data into Highcharts with Ajax
- How do I get the value of a highcharts graph point on mouseover?
- Highcharts - Draw Crosshairs / Tooltip on Mouse Position Instead of Snapping to Data Point
- How to pass custom data into Highcharts graph click event
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Highcharts - show at least 5 horizontal grid lines, even when value doesn't change
- Change Datalabel Color, Rotation and Align values based on Column value in highcharts
- How can i change highcharts data values by selecting from a dropdown list
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts load data with ajax to populate the tooltip
- highcharts data labels overlaps the plotlines value
- How to change area graph color above certain value in Highcharts
- HighCharts is slow to load data when building multiple charts
- Highcharts Change Bar Background Color Based on categories value
More Query from same tag
- MACD + High chart Graph plotting issue
- How can add borderColor and borderWidth to Column type - highchart?
- Highchart Pie Chart label size in Wordpress
- jquery chart should show ticks labels without data
- CSS - how to position content data-title
- Highcharts chart didn't redraw after vue data changed
- Highchart Columns - Space between columns not changing
- Highchart not displaying when used with drop down
- datagrouping integration in highcharts not highstock?
- Highstock: Remove the word "Zoom" from the rangeSelector
- Rails 4 + Filtration of Data on the basis of Day, Week, Month and Year in HighCharts
- Explain Highcharts different Instantiations
- Highcharts live update via EventSource not working
- Highchart area chart with date time
- HighMap chart with lat long data
- Populating highcharts with php via json_encode
- Django Chart using Highcharts
- highcharts change rendered image source on click
- Inserting series data in highcharts dynamically
- Negative color with area color fill and yAxis
- How can I make an AJAX request to a Highcharts rendering server running on a different port in production?
- Change Highcharts xAxis step value on chart redraw event?
- Is there a way how to dynamically create a plotline in highchart when the value is lower than previous one?
- Highcharts - Pie chart Color for each slice
- How can I copy/paste base64 images?
- Why do I get 'Cannot read property 'isValid' of undefined' when using 400 data points?
- Get data to NodeRed from Homepage (HighCharts)
- why is afterSetExtremes function being called twice highcharts using react
- How to change export button to custom icon in highcharts
- Add label to line in Highcharts