graph-part-last.html 653 B

123456789101112
  1. </script><div id="graph"></div><script type="text/javascript">
  2. var xmlString = document.getElementById('graphxml').innerHTML;
  3. var graphResultNode = document.getElementById('graph');
  4. p5WFS_GetFeatureFromXmlString(xmlString).then(function (items) {
  5. graphRaportRender({
  6. msg: '',
  7. // 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',
  8. typeName: 'default_db__x3A__BI_audit_ENERGA_PRACOWNICY:BI_audit_ENERGA_PRACOWNICY',
  9. items: items
  10. }, graphResultNode)
  11. })
  12. </script>