CanvasJS HTML5 JavaScript Charts

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

by Alexandru Mihai

HTML

<script src="https://canvasjs.com/assets/script/canvasjs.min.js"></script>

<div id="chartContainer" style="height: 300px; width: 100%;"></div>
<script src="https://canvasjs.com/assets/script/canvasjs.min.js"></script>

The plot shows that there is no increment in the length of the reviews with increase in the price.

JavaScript

window.onload = function () {
var reviewLengthPrice={
  "1.73": 82.12,
  "2.29": 118.27272727272727,
  "2.99": 45.2,
  "3.5": 123.25757575757575,
  "3.62": 135.6,
  "3.99": 8.0,
  "4.99": 18.555555555555557,
  "5.32": 189.46153846153845,
  "5.46": 23.666666666666668,
  "5.9": 193.44444444444446,
  "5.99": 162.727868852459,
  "6": 52.321428571428569,
  "6.28": 91.444444444444443,
  "6.95": 153.69230769230768,
  "6.99": 145.80372492836676,
  "7.29": 277.5,
  "7.33": 127.86666666666666,
  "7.5": 111.55,
  "7.85": 49.454545454545453,
  "7.99": 192.33816425120773,
  "8.19": 193.77777777777777,
  "8.49": 168.61111111111111,
  "8.99": 87.437371663244349,
  "9.49": 130.0,
  "9.59": 19.0,
  "9.99": 168.50166112956811,
  "10.07": 457.2,
  "10.44": 165.625,
  "10.99": 173.37931034482759,
  "11.11": 225.63235294117646,
  "11.19": 143.0,
  "11.99": 100.11764705882354,
  "12": 103.33333333333333,
  "12.22": 301.62857142857143,
  "12.39": 247.42465753424656,
  "12.44": 197.83448275862068,
  "12.99": 69.583333333333329,
  "13.26": 163.35714285714286,
  "13.33": 225.64761904761906,
  "13.77": 257.28260869565219,
  "13.92": 115.75,
  "13.95": 207.61083743842366,
  "13.99": 380.16666666666669,
  "14.01": 208.0,
  "14.44": 214.71345029239765,
  "14.67": 135.11764705882354,
  "14.87": 166.08163265306123,
  "14.95": 183.18181818181819,
  "14.985": 136.0,
  "14.99": 129.67009602194787,
  "15.44": 202.04166666666666,
  "15.55": 221.82191780821918,
  "15.99": 135.63728813559322,
  "16": 256.18181818181819,
  "16.5": 161.42105263157896,
  "16.66": 186.78571428571428,
  "16.73": 88.0,
  "16.79": 57.0,
  "16.9": 115.1443736730361,
  "16.98": 94.333333333333329,
  "16.99": 151.44172932330827,
  "17": 200.64122137404581,
  "17.1": 145.27891156462584,
  "17.24": 290.6,
  "17.47": 161.6,
  "17.49": 289.42857142857144,
  "17.5": 327.37037037037038,
  "17.77": 124.48,
  "17.85": 572.33333333333337,
  "17.87": 86.818181818181813,
  "17.94": 127.55920114122682,
  "17.95": 122.23333333333333,
 ...