Dashboard Points

by Shankar

HTML

Today to do
	Dasboard
		○ Body
			§ Background blurred image
		○ Panels
			§ layouts
			§  header Select box
			§  footer arrow
			§  footer Select box
			§ Transparent
		○ Header color change
		○ Left menu changes
			§ Add Static content as per design
			§ Search box with search icon
			§ Calculator
		○ Charts
			§ Easy pie chart for Circles
			§ Bubble chart with lines connected
			§ Test-tube charts
			§ Service Rate KPI - 15 with Arrow (Month)

CSS

/* Common CSS
	- Normalize.css
	- Reset.css
	- Fix for FF OR Chrome
	- Resolution Fixes and concerns
 */

JavaScript

<!-- 
    Today to do
	Dasboard
		○ Body
			- Background blurred image
		○ Panels
			- layouts
			-  header Select box
			-  footer arrow
			-  footer Select box
			- Transparent
		○ Header
			- Background color change as close to design
			- Icons display using li tags (export/print)..
			- Icons no need to display on Dashboard page
		- Footer
			- display content using li tags
		○ Left menu changes
			- Add Static content as per design
			- Search box with search icon
			- Calendar
		○ Charts
			- use OnClick on charts div tag
			- Easy pie chart for Circles
			- Bubble chart with lines connected
			- Test-tube charts (Render image if possible)
			- Service Rate KPI - 15 with Arrow (Month)

    
    -->