我正在尝试使用库:highcharter绘制基本图表,但出现错误:
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
let backgroundView = UIView(frame: CGRect.zero)
backgroundView.backgroundColor = UIColor(white: 0.5, alpha: 0.5)
return backgroundView
}
注意: 我已经按照文件尝试过了: https://www.datacamp.com/community/tutorials/data-visualization-highcharter-r
答案 0 :(得分:0)
我不知道您的代码到底有什么问题,但是请尝试以下操作:
hchart(pokemon, "point", hcaes(x = height, y = weight))