rCharts : Highcharts column with color based on value

前端 未结 2 2044
孤街浪徒
孤街浪徒 2021-01-27 20:14

I\'m trying to plot efficiency in column plot with highchart.

data <- c(25,50,75,100)
a <- rCharts:::Highcharts$new()
a$chart(type = \"column\")
a$data(da         


        
2条回答
提交回复
热议问题