score:1
Try to use colorByPointer parameter
score:1
This will change the color of each column in your series. Obviously, you can choose whichever color you want.
values <- c(25,50,75,100)
vcolor <- c("orange", "green", "blue", "red")
a <- rCharts:::Highcharts$new()
a$chart(type = "column")
a$series(data = list(
list(y = values[1], color = vcolor[1]),
list(y = values[2], color = vcolor[2]),
list(y = values[3], color = vcolor[3]),
list(y = values[4], color = vcolor[4])
), name = 'Data')
a
Carlos
Source: stackoverflow.com
Related Articles
- rCharts : Highcharts column with color based on value
- Highcharts column chart color by single color but with different brightness level as per respective column value
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- Highcharts Change Bar Color Based on Value
- Highcharts dynamically change bar color based on value
- Highcharts - Column With Negative Values - Column Color
- Change Datalabel Color, Rotation and Align values based on Column value in highcharts
- highcharts: column chart color change based on value
- Highcharts Change Bar Background Color Based on categories value
- Highcharts with range out of bound value highlight with different color
- How to change color of bar in column chart with different level of percentage in highcharts
- Multiple different chart types stacked, column type with y value as color
- Highcharts stacked column don't show the stacked with min value
- HIGHCHARTS - Value of Columns Based on previous Column Value
- Highcharts Dynamic Column color based on data comparison
- How to change gauge meter color based on value in highcharts
- Column based Highchart drilldown series assign color code to each column
- Dynamic column based highcharts feeding data with jquery and php
- Highcharts line color based on other data than value
- How to dynamically change line color based on value being lower than previous in highcharts
- Highcharts - Add Point to chart with different color based on some condition dynamically
- Set color of Highcharts series bar based on value
- how to create a column char with highcharts where each column has a different color
- Highcharts bar chart with bar colored based on value
- Highcharts dataGrouping approximation column point color based on column value?
- Highcharts - Stacked Bar Column - Total Value of Stacked Bar not Correct with Negative and Positive Values
- HighCharts - two Y-axis, one with max value
- rCharts with Highcharts as shiny application
- How to show a column with the value Zero in Column chart in Highcharts?
- Change color of bars depending on value in Highchart bar-chart with MVC3
- Hyperlinked column in a Highcharts drilldown
- How to make Highcharts fetch data from external JSON file?
- Is it possible to set fixed y-axis to spline chart update every second
- Reload highchart when expanded
- Highcharts-ng not updating to reflect underlying data
- Wkhtmltopdf fails to printing SVG path (highchart)
- Highcharts Chart inside of a Highslide popout
- Issue with highCharts range selector date format?
- How to get month name from ISO date using moment js
- Customize Highcharts desc tag
- Rally Pie chart listener not working
- Highchart, One column as background for another
- xAxis - point specific label positions
- HIghcharts: Bubble are not showing up beyond scale
- Highcharts Data Not Showing on Ajax Call
- Highcharts Single line series with single data not showing plot
- how to customize xaxis of highcharts
- Highcharts Symbol in Legend
- Add multiple data points to a series
- Highchart tooltip position to be fixed