score:2
Accepted answer
Color should be changed by attr() function.
http://jsbin.com/ubapaz/10/edit
$('#test').click(function() {
chart.series[0].data[4].graphic.attr("fill","#ff0000");
});
API here
for your reference.
Source: stackoverflow.com
Related Query
- HighCharts: how to update bar color when updating the point value
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- How to Increase minimum point value and the color of series in advanced accessible charts in Highcharts by making it traverse
- How do I get the value of a highcharts graph point on mouseover?
- How to change the bar color in Highcharts
- change datalabels color in a HighCharts chart when hovering without updating the series
- How to Update the value of point in Highchart?
- How to retain the conditional color of bar in highcharts
- How do I update an external DIV when a user swipes the finger along an Highcharts Area graph?
- How do i color the highcharts legend square symbol when my chart has multiple color entries
- How do you change the height value when more items are added to highcharts dynamically?
- Highcharts: How to move the column bar to the left most side when there is only one point in drilldown
- How can I change the background color of horizontal bar if date value is less than to current date?
- How to use highcharts to display data of only five point when the page is initialized?
- In HighCharts, how can I make the color for each plotted point in an array dependent on a value in a corresponding array?
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- HighCharts Bar graph: Showing Bar Value when hovering the mouse
- How to update the HighCharts title using drill-up when there are multiple charts on same page?
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Highcharts => Getting the id of a point when clicking on a line chart
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- How to get Highcharts X-Axis Categories starting at the left most point
- How to change the text color in Highcharts
- Highcharts area fillOpacity do not work when changing the color
- Highcharts Change Bar Color Based on Value
- Highcharts dynamically change bar color based on value
- Changing the color of the point dynamically in highcharts
- Highcharts Bar Chart - How to set the minimum bar width/length
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- How can i keep the color the same in highcharts
More Query from same tag
- Highcharts: Dynamically update dataLabels in synchronization with setData
- HighCharts Column Range Data after json_encode
- Why can't I click a point in an area chart if it is covered by another series?
- how to plot multiple time series in the same graph with customized x axis
- Get the currently selected rangeSelector from an event unrelated to the chart
- Adjust the org chart line to be from/to the side of the node versus top or bottom for organization chart?
- react-highcharts alignThreshold
- How to set 30 seconds interval for datetime on y-axis for highcharts JS
- Reading uploaded csv file in highcharts
- Highcharts - How to have multiple datapoints per xAxis label?
- highcharts gantt display as bar instead of lines
- Highcharts loading data and not plotting
- Updating data with Highcharts alters initial set
- Highcharts-vue: Stacked Columns with Drilldown
- HighCharts: How to pass x and y value of selected point to Rails
- highchart refresh wont work on my website
- Using a geojson with highmaps
- Highcharts transform JSON into data without losing informations
- Highcharts shift taking off too many points at the start
- Tags disappeared from tagcloud in highcharts while using deriveFontSize method
- Change Highchart graph amplitude through slider
- Highmaps: Show datalabels for only one series
- Highcharts: how to get the default export options on a chart?
- Cannot display name with special character in highchart
- Positioning Highstock Zoom Buttons outside the chart area within a <div>
- Is it possible to give Highcharts, pie chart, an array of images instead of colors?
- how to use fillOpacity below to PlotLine in highchart?
- Size and offset for plotBackgroundImage in Highcharts
- Highcharts, get the percentage in relation of a total numeric value
- How to get x-axis flags on dual axes chart with Highchart?