diff --git a/frontend/frontend.js b/frontend/frontend.js index 7861ebe..411c32b 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -50,6 +50,11 @@ function graphSpectralData (obj, dom) { labels: { fontColor: '#fff' } + }, + scales: { + gridLines: { + color: 'rgba(255,255,255,0.3)' + } } } });