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 Query
- 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
More Query from same tag
- accentued character Encoding issue with highcharter in Shiny
- How to addSeries in HighChart
- Invalid dates in Highcharts with data loaded by JSON
- Changing data dynamically for a series in Highcharts
- highcharts 3d scatter chart: displaying categories
- Why my polar chart is rendered as a line chart? (Highcharts latest version)
- Vue.js life-cycle hook for v-cloak
- Why does Highcharts <div> element take up the entire page?
- Show Columns in Highcharts on different X-Axis (side by side)
- Like to show all the labels of x axis in highchart
- How to have a chart transparent, when one of the chart overlaps over other?
- Using an array for data in highcharts
- How to create a Highcharts extension for an Angular 6 Component
- (Highcharts) Polygon-like shell in polar chart
- Add more charts in angular highcharts
- how to use tickInterval or step in the highcharts?
- Highcharts - How to have multiple datapoints per xAxis label?
- Render Highcharts inside Webix
- highcharts change smoothing setting on polar areaspline chart
- Replace PHP code in HIGHCHARTS code
- highcharts: individual serie shift
- How to update candlestick Highstock chart with new data point
- Update Highchart data form exported button
- unable to display json data on highcharts
- Highcharts: setOptions for two different series of charts?
- Highcharts Pie chart
- Highcharts Speedometer add image background
- highcharts and different yAxis for different categories
- Highcharts won't fit in Bootstrap 3 modal body
- Highcharts: Moving yaxis label to the top left of chart