{"ScriptPreparationCode":null,"TestCases":[{"Name":"12 days","Code":"new Chart(document.getElementById(\u0022myChart\u0022), {\r\n \u0022type\u0022: \u0022line\u0022,\r\n \u0022data\u0022: {\r\n \u0022labels\u0022: [\u0022January\u0022, \u0022February\u0022, \u0022March\u0022, \u0022April\u0022, \u0022May\u0022, \u0022June\u0022, \u0022July\u0022,\u0022Aug\u0022,\u0022Sept\u0022,\u0022oct\u0022,\u0022nov\u0022,\u0022dec\u0022],\r\n \u0022datasets\u0022: [{\r\n \u0022label\u0022: \u0022Price History\u0022,\r\n \u0022data\u0022: [65, 59, 80, 81, 56, 55, 40,65, 59, 80, 81, 56],\r\n \u0022fill\u0022: false,\r\n \u0022borderColor\u0022: \u0022rgb(75, 192, 192)\u0022,\r\n \u0022lineTension\u0022: 0\r\n }]\r\n },\r\n options: {\r\n scales: {\r\n yAxes: [{\r\n ticks: {\r\n // Include a dollar sign in the ticks\r\n callback: function(value, index, values) {\r\n return \u0027$\u0027 \u002B value;\r\n }\r\n }\r\n }]\r\n }\r\n }\r\n});","IsDeferred":false},{"Name":"30 days","Code":"new Chart(document.getElementById(\u0022myChart\u0022), {\r\n \u0022type\u0022: \u0022line\u0022,\r\n \u0022data\u0022: {\r\n \u0022labels\u0022: [\u00221\u0022, \u00222\u0022, \u00223\u0022, \u00224\u0022, \u00225\u0022, \u00226\u0022, \u00227\u0022,\u00228\u0022, \u00229\u0022, \u002210\u0022, \u002211\u0022, \u002212\u0022, \u002213\u0022, \u002214\u0022,\u002215\u0022,\u002216\u0022,\u002217\u0022,\u002218\u0022,\u002219\u0022,\u002220\u0022,\u002221\u0022,\u002222\u0022,\u002223\u0022,\u002224\u0022,\u002225\u0022,\u002226\u0022,\u002227\u0022,\u002228\u0022,\u002229\u0022,\u002230\u0022],\r\n \u0022datasets\u0022: [{\r\n \u0022label\u0022: \u0022Price History\u0022,\r\n \u0022data\u0022: [65, 59, 80, 81, 56, 55, 40,65, 59, 80, 81, 56, 55, 40, 90,65, 59, 80, 81, 56, 55, 40,65, 59, 80, 81, 56, 55, 40, 90],\r\n \u0022fill\u0022: false,\r\n \u0022borderColor\u0022: \u0022rgb(75, 192, 192)\u0022,\r\n \u0022lineTension\u0022: 0\r\n }]\r\n },\r\n options: {\r\n scales: {\r\n yAxes: [{\r\n ticks: {\r\n // Include a dollar sign in the ticks\r\n callback: function(value, index, values) {\r\n return \u0027$\u0027 \u002B value;\r\n }\r\n }\r\n }]\r\n }\r\n }\r\n});","IsDeferred":false}]}