{

"type": "bar",

"data": {

"labels": ["5", ".", "8", "6", "7", "1", "7", "1", "9", "9", "9"],

"datasets": [{

"label": "Signal Digits (5.867171999)",

"data": [5, 0, 8, 6, 7, 1, 7, 1, 9, 9, 9],

"backgroundColor": ["#FF5733", "#C0C0C0", "#FF5733", "#FF5733", "#FF5733", "#FF5733", "#FF5733", "#FF5733", "#FF5733", "#FF5733", "#FF5733"],

"borderColor": ["#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000", "#000000"],

"borderWidth": 1

}]

},

"options": {

"scales": {

"y": {

"beginAtZero": true,

"title": {

"display": true,

"text": "Digit Value"

}

},

"x": {

"title": {

"display": true,

"text": "Position in the Sequence"

}

}

},

"plugins": {

"legend": {

"display": true

},

"title": {

"display": true,

"text": "Signal for Creators: 5.867171999"

}

}

}

}