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 Articles
- HighCharts: how to update bar color when updating the point value
- change datalabels color in a HighCharts chart when hovering without updating the series
- HighCharts : Update a point when grouping data
- Highcharts update grouped data point color
- How to Increase minimum point value and the color of series in advanced accessible charts in Highcharts by making it traverse
- Incorrect data point value in highcharts navigator series when extending min and max date
- Highcharts - Assign a color to a specific value when data is dynamic
- Highcharts => Getting the id of a point when clicking on a line chart
- 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
- Highcharts - only show tooltip when hovering directly on point
- How do I get the value of a highcharts graph point on mouseover?
- Changing the color of the point dynamically in highcharts
- 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
- Update Chart Colors When Using Styled HighCharts Version
- Show N/A in datalabels, when value is null - Highcharts
- Get name of clicked point in Highcharts when the point has drilldown
- HIghcharts individual plot point color
- Individual point color in highcharts scatterplot
- Color each point individually in column chart highcharts
- How to change area graph color above certain value in Highcharts
- Highcharts Change Bar Background Color Based on categories value
- Highcharts pie color of a part when i click on this
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- How to color series legend in highcharts when colorbypoint is set to true
- highcharts - error when updating a series to have less categories than previously
- Update color of plotline label on change highcharts
- Highcharts update xAxis category when calling series.setData
- Highcharts custom export hidding on Reset
- How do I select a series in a spline by clicking on the spline in between the points?
- Highcharts Export Renderer Image - Only SVG visible
- Highcharts logarithmic Y-axis exceeding set max
- How to create data in Json format for highcharts
- TypeError: $(...).highcharts is not a function
- Highcharts apply different background color to all month of each year
- Highstock line chart series processedYData is wrong
- Highcharts - yAxis dissapears, when zooming in to area with unknown values
- How to handle Highcharts events from an AngularJS directive?
- Highcharts Export Service Gantt Chart not working
- Add textbox to chart and draw strings
- Highcharts - Cannot display data labels on a spline chart
- How to load data dynamically using JSON call in Highcharts Drill Down pie chart?
- Setting custom colors in Highcharts drill-down maps
- How to use Highcharts Drupal 7 module
- Highcharts - Column chart with legend for each data
- Process SQL to JSON through PHP for Bubble Chart
- Highcharts X-Axis Alignment
- Limit ticks on X axis in highcharts with R