profiler/CloudFormationSolution/templates/profile_categorical.html [257:269]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - var newDataset = { label: '\#'.concat(' ',label_value), data: [], backgroundColor: colors[label_value], hoverBorderColor: '#ff0000', hoverBorderWidth: 2, hoverBackgroundColor: hover_colors[label_value], yAxisID: 'y', pointStyle: 'rect' }; for(value in model[label_value]) { newDataset.data.push(model[label_value][value]); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - profiler/CloudFormationSolution/templates/profile_numeric.html [154:166]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - var newDataset = { label: '\#'.concat(' ',label_value), data: [], backgroundColor: colors[label_value], hoverBorderColor: '#ff0000', hoverBorderWidth: 2, hoverBackgroundColor: hover_colors[label_value], yAxisID: 'y', pointStyle: 'rect' }; for(value in model[label_value]) { newDataset.data.push(model[label_value][value]); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -