score:28
Accepted answer
you can't just set the value. chart.series[0].data[0] returns a point object, which you can then use it's 'update' method to change it's values.
chart.series[0].data[0].update(y += 10);
you can see an example here: http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/members/point-update-column/
score:11
well it works properly for both coordinates: http://jsfiddle.net/psbh7/
chart.series[0].data[0].update({
x:20
});
Source: stackoverflow.com
Related Query
- How do I dynamically change a data point in Highcharts using JavaScript
- How can I change data series dynamically in HighCharts without overwriting initial series?
- How to load data dynamically using JSON call in Highcharts Drill Down pie chart?
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts how to use JavaScript variable as series data source?
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- How can i change highcharts data values by selecting from a dropdown list
- How to hide one series data info in tooltip using highcharts
- Highcharts - How do I dynamically change Marker radius when zooming?
- How to dynamically update highcharts using jQuery UI sliders
- How to Build a Column Chart in Highcharts with Data Entered Dynamically Within a CMS
- how to dynamically change column chart to mirror chart using highchart
- How to change one point color on click in Highcharts
- How to Load More Than One CSV Using Highcharts Data Module
- How to hardcode chart data in my Model then have my Controller pull it from there to display it. Using Highcharts
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- HighCharts : How to REMOVE (or) HIDE a certain data POINT in Series?
- How to specify a range of data when using HighCharts with <table>?
- How to add an extra label on a scatter plot point in Highcharts Javascript library?
- Highcharts large treemap how can I dynamically change allowDrillToNode flag?
- highcharts change series color when data is dynamically inserted
- How to change the line color of a bubble in highcharts dynamically
- Highcharts display label for pie chart using html table as data source
- When using Highcharts, how do you get the point name from a data point series?
- How can I highlight every data point in Highcharts fixed width container?
- How to point the range(dataClasses) for 2nd index in data using highcharts?
- How to reference a data point (or points) in another series in highcharts
- change marginLeft and marginRight from a javascript statment using highcharts
- How to update Highcharts data dynamically over a period of time
- How to show other point property in bubble highcharts using tooltip
More Query from same tag
- How can I apply a radial gradient for 3d but ONLY for particular charts?
- Highstock: When legend under the chart has many items, the chart height is small. How can I fix the height?
- In Highcharts, are we able to make the border of a pyramid in 'dashed' style?
- R highcharter - adding total in tooltip
- No output while reading json file in Highcharts
- Highcharts 3D pie with custom colors
- Adding gap between specific bars in a stacked bar chart
- Highcharts {Gauge} - Remove bottom border and change dial position
- Render title with dynamic html in highcharts
- Hide yaxis with legend
- Highcharts. Add text at right side and export all into PDF
- Highcharts no drilldown on bar / column click
- Moving of series in Highcharts
- Highchartjs change based on click
- Colouring of lines in Highchart takes ages
- HighCharts Dynamically add flags
- Highcharts colorAxis - Hide or add dynamically
- How to parse dates in highcharts from csv
- How can highcharts linear scale or log scale button enabel and zoom in or out full page
- Selecting relational highchart SVG images with Selenium
- Highchart show results without comma for individual line
- Hide axis and gridlines Highcharts
- Unable to read json data to draw a graph
- Highcharts highlight single point on line
- Why is HighCharts not recognizing my data properly?
- ChartJS/High Charts Radar chart - Different radial axis labels for each category that appear on hover
- Upgrading to v3.0
- How to return json data in HighCharts?
- Testing for NaN in a JS array?
- Show ranges as legend for highcharts angular gauge