Sha256: 7c72c5f936441a92ca88ff50e30a7b833fdddcd98707a5277ccc2671b6151110

Contents?: true

Size: 1.41 KB

Versions: 6

Compression:

Stored size: 1.41 KB

Contents

<div ng-controller="map" ng-init="init()"><style>.jvectormap-label {
        position: absolute;
        display: none;
        visibility: hidden;
        border: solid 1px #CDCDCD;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #292929;
        color: white;
        font-family: sans-serif, Verdana;
        font-size: smaller;
        padding: 3px;
    }

    .jvectormap-zoomin, .jvectormap-zoomout {
        position: absolute;
        left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #292929;
        padding: 3px;
        color: white;
        width: 10px;
        height: 10px;
        cursor: pointer;
        line-height: 10px;
        text-align: center;
    }

    .jvectormap {
        position: relative;
    }

    .jvectormap-zoomin {
        display: none;
        top: 10px;
    }

    .jvectormap-zoomout {
        display: none;
        top: 30px;
    }

    .map-legend {
        color   : #c8c8c8;
        padding : 10px;
        font-size: 11pt;
        font-weight: 200;
        background-color: #1f1f1f;
        border-radius: 5px;
        position: absolute;
        left: 0px;
        top: 15px;
        display: none;
        z-index: 99;
    }</style><div class="jvectormap" map="" params="{{panel}}" ng-style="{height:panel.height||row.height}"></div></div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kibana-rack-0.2.0 web/assets/app/panels/map/module.html
kibana-rack-0.1.4 web/assets/app/panels/map/module.html
kibana-rack-0.1.3 web/assets/app/panels/map/module.html
kibana-rack-0.1.2 web/assets/app/panels/map/module.html
kibana-rack-0.1.1 web/assets/app/panels/map/module.html
kibana-rack-0.1.0 web/assets/app/panels/map/module.html