Created
August 26, 2014 14:34
-
-
Save MrTiggr/f0c2f3e471e1f2b6f72f to your computer and use it in GitHub Desktop.
designer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../esri-html5/esri-pivotmaps-popmetric.html"> | |
<link rel="import" href="../esri-html5/esri-eui.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
box-sizing: border-box; | |
} | |
#esri_pivotmaps_popmetric { | |
left: 1670px; | |
top: 590px; | |
position: absolute; | |
} | |
#explorer { | |
left: 0px; | |
top: 0px; | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
} | |
</style> | |
<esri-pivotmaps-popmetric pop_value="0" id="esri_pivotmaps_popmetric"> | |
</esri-pivotmaps-popmetric> | |
<esri-serverpanel server="{{ $.ags1 }}" id="explorer"> | |
</esri-serverpanel> | |
</template> | |
<script> | |
Polymer('my-element', { | |
}); | |
</script> | |
</polymer-element> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment