Skip to content
Snippets Groups Projects
Commit b55d0da1 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fixed color codes to be 6 digit HEX

parent b5890341
No related branches found
No related tags found
No related merge requests found
...@@ -58,12 +58,12 @@ function awit_flot_draw_graph(options) { ...@@ -58,12 +58,12 @@ function awit_flot_draw_graph(options) {
grid: { grid: {
hoverable: true, hoverable: true,
clickable: false, clickable: false,
tickColor: "#f9f9f9", tickColor: "#F9F9F9",
borderWidth: 1 borderWidth: 1
}, },
legend: { legend: {
labelBoxBorderColor: "#aaa" labelBoxBorderColor: "#AAAAAA"
}, },
xaxes: [ xaxes: [
...@@ -134,7 +134,7 @@ function awit_flot_draw_pie(options) { ...@@ -134,7 +134,7 @@ function awit_flot_draw_pie(options) {
formatter: _flot_format_pie_label, formatter: _flot_format_pie_label,
background: { background: {
opacity: 0.5, opacity: 0.5,
color: '#000' color: '#000000'
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment