Email - fixes

by Shankar

HTML

<!-- 

Dashboard
Airport delay
	•	Airport Delay – Adjacent peaks – WIP 
	•	Bar graph in the behind – Border is still visible 

SLot Adherence
	•	SA- the bigger circle of 86 % is thinner and the white portion should not be there ideally (Target is 100 % than the whole circle else the whole circle would not be there)
	•	Target is not specified on the SA circle- configuration
	•	Text in the release notes
	•	The notional circle of SA needs to laterally reversed

Slot Utilization
	•	Bubble on Slot utilisation should be in background
	•	Static text in Slot utilisation 

Airport Delay KPI
	•	Bar graph line are visible minutely 
	•	Round figure for the y1 and y2 axis- rounding events at Airport delay second level
	•	Line graphs should go in the background as compare to lollypop 
	•	Reduced the thickness of line graphs 
	•	The scaling lines should be dimmer and comparatively should take the back seat 
	•	Time stamp would be horizontal and 00;00 hours not required 
	•	Use K for more than 1000 records
	•	Dotted lines for the inverse chart 
	•	Single RWY legend – add that in the Airport delay 
	•	X axis – 0 has to be removed 

Slot Adherence KPI
	•	Slot Adherence –reverse bubble needs to be fixed 
	•	Greying of future data bubble 
	•	Text adjacent to x axis 
	•	Target line in yellow color 
	•	Slot adherence – All direction ..s “s” is missing 

Box Chart
	•	Verify the RGB values 
	•	Change the text in the box chart in terms of concept 

Bubble Chart
	•	Level 4 – Bubble chart – WIP needs to be aligned with wireframe
	•	Bottom should have black border to show the numbers
	•	Border of the circle should not be there
	•	All directions – plural 

Alignment
	•	Fixed header for Airport delay level 2 , icons of print , data and time icon 
	•	The left and right arrows are not matching (one is enabled ,other is disabled
	•	Speed of scroll text –check feasibility to make it slower




 -->

CSS

/* 


Completed changes

- Arrow disable
	<span style="padding:0px 9px;opacity:0.4"><img src="img/arrowryt.png" width="" height=""></span>

- Search icon field
	HTML: 
	<input type="text" name="search" size="15" style="padding:0px 5px;border-radius:8px;color:#000;text-indent:24px">
	Icon link:
	https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_search_48px-128.png
	<img src="img/icons/search-icon.png" id="input_img">

CSS:
	#input_img {
		position:absolute;
		bottom:4px;
		left:10px;
		width:20px;
		height:20px;
		margin-left:40px;
	}

- Airport Delay & Slot Adherence Sidebar height
	<div id="sidebar-wrapper" style="margin-top:50px"> ( Align to Panel height)

- Select CSS and Text changes

- Box Chart Implementation

- Colours and RGB Values
	Airport Delay KPI
	Slot Adherence KPI
	Box chart
	Bubble Chart
	
	

	
	


*/

JavaScript

<!-- 
    EMail

Hi Arpit,
    
   As we are aware of chart library feasibility challenges to align exactly to the required design. 
   Below some of the list are related to Chart feasibility concerns and data-integration is in process.
   
•	The notional circle of SA needs to laterally reversed 
•	Bubble on Slot utilisation should be in background
•	Static text in Slot utilisation 
•	Bar graph line are visible minutely 
•	Round figure for the y1 and y2 axis- rounding events at Airport delay second level 
•	Line graphs should go in the background as compare to lollypop
•	Reduced the thickness of line graphs
•	The scaling lines should be dimmer and comparatively should take the back seat 
•	Time stamp would be horizontal and 00;00 hours not required 
•	Use K for more than 1000 records
•	Dotted lines for the inverse chart 
•	Single RWY legend – add that in the Airport delay 
•	X axis – 0 has to be removed 
•	Slot Adherence –reverse bubble needs to be fixed 
•	Greying of future data bubble 
•	Text adjacent to x axis 
•	Target line in yellow color
•	Airport Delay – Adjacent peaks – WIP 
•	Bar graph in the behind – Border is still visible 
•	SA- the bigger circle of 86 % is thinner and the white portion should not be there ideally. (Target is 100 % than the whole circle else the whole circle would not be there)
•	Bottom should have black border to show the numbers
•	Level 4 – Bubble chart – WIP needs to be aligned with wireframe
•	Border of the circle should not be there
•	Target is not specified on the SA circle- configuration
•	Text in the release notes 
•	The notional circle of SA needs to laterally reversed
   

Based on available timeline, Lets prioritize the chart feasibility concerns and align to POC Scope.
    -->