如何使用ng2-charts实现剥离背景?

时间:2017-07-31 03:29:44

标签: javascript angular ng2-charts

如何使用类似于下面的chartjs库实现的ng2-charts在图表上实现阴影区域(剥离背景)? http://stackoverflow.com/questions/34860311/chart-js-shaded-regions

enter image description here

我试图对图像下方的数据集区域进行着色,但我希望将背景绘制为具有不同颜色的矩形不同区域。我现在面临的是两个问题

  1. 我无法找出具有scale.calculateY&等功能的scale.draw属性的位置ng2-charts
  2. 中的this.chart.ctx.fillStyle = grd; this.chart.ctx.fillRect(20, 20, 150, 100);功能
  3. 即使使用硬编码的值,如果我尝试绘制矩形,似乎下面两行代码实际上并没有绘制矩形背景。

    yourTextField.subviews .filter { $0 is UILabel } .flatMap { $0 as? UILabel } .forEach { $0.adjustsFontSizeToFitWidth = true $0.minimumScaleFactor = 0.5 }

  4. enter image description here

0 个答案:

没有答案