CanvasJS HTML5 JavaScript Charts

CanvasJS helps you create chart in the most simple and efficient way possible

HTML

<div id="chartContainer" style="height: 300px; width: 100%;"></div>


Find out if costlier products have better ratings

JavaScript

window.onload = function () {
var priceRating = {
  "1.73": 3.7533333333333334,
  "2.29": 3.6363636363636362,
  "2.99": 4.2,
  "3.5": 4.0404040404040407,
  "3.62": 4.2,
  "3.99": 5.0,
  "4.99": 1.8888888888888888,
  "5.32": 4.4615384615384617,
  "5.46": 2.3333333333333335,
  "5.9": 4.2222222222222223,
  "5.99": 3.6688524590163936,
  "6": 2.6428571428571428,
  "6.28": 3.8888888888888888,
  "6.95": 3.8461538461538463,
  "6.99": 3.907593123209169,
  "7.29": 2.5,
  "7.33": 3.7333333333333334,
  "7.5": 3.85,
  "7.85": 3.3636363636363638,
  "7.99": 3.6956521739130435,
  "8.19": 3.4444444444444446,
  "8.49": 3.1388888888888888,
  "8.99": 3.5400410677618068,
  "9.49": 1.8,
  "9.59": 5.0,
  "9.99": 4.3931339977851609,
  "10.07": 2.6,
  "10.44": 3.5535714285714284,
  "10.99": 3.896551724137931,
  "11.11": 3.4558823529411766,
  "11.19": 2.8571428571428572,
  "11.99": 3.8823529411764706,
  "12": 4.3939393939393936,
  "12.22": 3.8285714285714287,
  "12.39": 2.6849315068493151,
  "12.44": 3.6051724137931034,
  "12.99": 3.5833333333333335,
  "13.26": 4.0,
  "13.33": 3.3523809523809525,
  "13.77": 2.847826086956522,
  "13.92": 3.75,
  "13.95": 3.5665024630541873,
  "13.99": 2.9444444444444446,
  "14.01": 2.0,
  "14.44": 3.3918128654970761,
  "14.67": 2.2941176470588234,
  "14.87": 3.5510204081632653,
  "14.95": 2.9090909090909092,
  "14.985": 3.3333333333333335,
  "14.99": 4.157750342935528,
  "15.44": 3.4375,
  "15.55": 2.8287671232876712,
  "15.99": 4.4084745762711863,
  "16": 3.2272727272727271,
  "16.5": 3.0526315789473686,
  "16.66": 3.2857142857142856,
  "16.73": 2.75,
  "16.79": 5.0,
  "16.9": 4.5509554140127388,
  "16.98": 1.3333333333333333,
  "16.99": 4.2067669172932334,
  "17": 2.9770992366412212,
  "17.1": 4.0204081632653059,
  "17.24": 3.4333333333333331,
  "17.47": 3.4,
  "17.49": 1.8571428571428572,
  "17.5": 2.8518518518518516,
  "17.77": 3.48,
  "17.85": 2.5833333333333335,
  "17.87": 4.2727272727272725,
  "17.94": 3.9971469329529246,
  "17.95":...