Timemap.js v.2.0.1

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
Namespace Detail
TimeMap.themes
Static Field Details
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
©2010 Nick Rabinowitz
Documentation generated by JsDoc Toolkit 2.3.2 on Sat Aug 06 2011 13:40:08 GMT-0700 (PDT)