| 123456789101112 |
- </script><div id="graph"></div><script type="text/javascript">
- var xmlString = document.getElementById('graphxml').innerHTML;
- var graphResultNode = document.getElementById('graph');
- p5WFS_GetFeatureFromXmlString(xmlString).then(function (items) {
- graphRaportRender({
- msg: '',
- // typeName: ('pracownicy' === nameSection) ? 'default_db__x3A__BI_audit_ENERGA_PRACOWNICY:BI_audit_ENERGA_PRACOWNICY' : 'default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI:BI_audit_ENERGA_RUM_KONTRAHENCI',
- typeName: 'default_db__x3A__BI_audit_ENERGA_PRACOWNICY:BI_audit_ENERGA_PRACOWNICY',
- items: items
- }, graphResultNode)
- })
- </script>
|