|
|
|
@ -3,8 +3,10 @@ $(function () { |
|
|
|
let light = { |
|
|
|
'volumePaneSize': "small",//large, medium, small, tiny
|
|
|
|
"paneProperties.background": "#ffffff", |
|
|
|
"paneProperties.vertGridProperties.color": "#dcdee0", |
|
|
|
"paneProperties.horzGridProperties.color": "#dcdee0", |
|
|
|
// "paneProperties.vertGridProperties.color": "#dcdee0",
|
|
|
|
// "paneProperties.horzGridProperties.color": "#dcdee0",
|
|
|
|
"paneProperties.vertGridProperties.color": "#ffffff", |
|
|
|
"paneProperties.horzGridProperties.color": "#ffffff", |
|
|
|
"scalesProperties.backgroundColor": "#ffffff", |
|
|
|
"scalesProperties.lineColor": "#dcdee0", |
|
|
|
"scalesProperties.textColor": "#333", |
|
|
|
@ -20,8 +22,10 @@ $(function () { |
|
|
|
let dark = { |
|
|
|
'volumePaneSize': "small",//large, medium, small, tiny
|
|
|
|
"paneProperties.background": "#2b2b37", |
|
|
|
"paneProperties.vertGridProperties.color": "#49495F", |
|
|
|
"paneProperties.horzGridProperties.color": "#49495F", |
|
|
|
// "paneProperties.vertGridProperties.color": "#49495F",
|
|
|
|
// "paneProperties.horzGridProperties.color": "#49495F",
|
|
|
|
"paneProperties.vertGridProperties.color": "#2b2b37", |
|
|
|
"paneProperties.horzGridProperties.color": "#2b2b37", |
|
|
|
"scalesProperties.backgroundColor": "#2b2b37", |
|
|
|
"scalesProperties.textColor": "#fff", |
|
|
|
"scalesProperties.lineColor": "#49495F", |
|
|
|
|