diff --git a/src/app/pages/charts/amCharts/areaChart/AreaChartCtrl.js b/src/app/pages/charts/amCharts/areaChart/AreaChartCtrl.js index 3a05a93..464171e 100644 --- a/src/app/pages/charts/amCharts/areaChart/AreaChartCtrl.js +++ b/src/app/pages/charts/amCharts/areaChart/AreaChartCtrl.js @@ -80,7 +80,8 @@ hh: 'h ', mm: 'min' }, - gridColor: layoutColors.defaultText, + gridAlpha: 0.5, + gridColor: layoutColors.border, } ], graphs: [ diff --git a/src/app/pages/maps/map-lines/MapLinesPageCtrl.js b/src/app/pages/maps/map-lines/MapLinesPageCtrl.js index 5beb8ce..ec94a7a 100644 --- a/src/app/pages/maps/map-lines/MapLinesPageCtrl.js +++ b/src/app/pages/maps/map-lines/MapLinesPageCtrl.js @@ -77,16 +77,16 @@ top: 45, labelShiftY: 5, labelShiftX: 5, - color: layoutColors.default, - labelColor: layoutColors.default, - labelRollOverColor: layoutColors.default, + color: layoutColors.defaultText, + labelColor: layoutColors.defaultText, + labelRollOverColor: layoutColors.defaultText, labelFontSize: 20 }, { label: 'show flights from Vilnius', left: 106, top: 70, - labelColor: layoutColors.default, - labelRollOverColor: layoutColors.default, + labelColor: layoutColors.defaultText, + labelRollOverColor: layoutColors.defaultText, labelFontSize: 11, linkToObject: 'vilnius' } ] @@ -145,16 +145,16 @@ top: 45, labelShiftY: 5, labelShiftX: 5, - color: layoutColors.default, - labelColor: layoutColors.default, - labelRollOverColor: layoutColors.default, + color: layoutColors.defaultText, + labelColor: layoutColors.defaultText, + labelRollOverColor: layoutColors.defaultText, labelFontSize: 20 }, { label: 'show flights from London', left: 106, top: 70, - labelColor: layoutColors.default, - labelRollOverColor: layoutColors.default, + labelColor: layoutColors.defaultText, + labelRollOverColor: layoutColors.defaultText, labelFontSize: 11, linkToObject: 'london' } ] diff --git a/src/app/pages/maps/map-lines/map-lines.html b/src/app/pages/maps/map-lines/map-lines.html index 7bce7e7..8f32ce6 100644 --- a/src/app/pages/maps/map-lines/map-lines.html +++ b/src/app/pages/maps/map-lines/map-lines.html @@ -1,4 +1,4 @@ -