Namespace TimeMap.themes
- Defined in:
- timemap.js
Pre-set event/placemark themes in a variety of colors. Add custom themes here if you want to refer to them by key rather than as a function name.
TimeMap.init({ options: { theme: "orange" }, datasets: [ { options: { theme: "yellow" }, // etc... } ], // etc... });
Static Fields
Field | |
---|---|
TimeMap.themes.blue
:{TimeMapTheme}
Blue theme: #5A7ACF
|
|
TimeMap.themes.green
:{TimeMapTheme}
Green theme: #19CF54
|
|
TimeMap.themes.ltblue
:{TimeMapTheme}
Light blue theme: #5ACFCF
|
|
TimeMap.themes.orange
:{TimeMapTheme}
Orange theme: #FF9900
|
|
TimeMap.themes.pink
:{TimeMapTheme}
Pink theme: #E14E9D
|
|
TimeMap.themes.purple
:{TimeMapTheme}
Purple theme: #8E67FD
|
|
TimeMap.themes.red
:{TimeMapTheme}
Red theme: #FE766A
This is the default.
|
|
TimeMap.themes.yellow
:{TimeMapTheme}
Yellow theme: #ECE64A
|
Static Field Details
Blue theme: #5A7ACF
Green theme: #19CF54
Light blue theme: #5ACFCF
Orange theme: #FF9900
Pink theme: #E14E9D
Purple theme: #8E67FD
Red theme: #FE766A
This is the default.
Yellow theme: #ECE64A
©2010 Nick Rabinowitz
Documentation generated by JsDoc Toolkit 2.3.2 on Sat Aug 06 2011 13:40:08 GMT-0700 (PDT)
Documentation generated by JsDoc Toolkit 2.3.2 on Sat Aug 06 2011 13:40:08 GMT-0700 (PDT)