1
Views
2
Comments
Integrating Yfiles for HTML with outsystems
Question
Hello.
I am trying to integrate a Yfiles for HTML chart in an outsystems application. I can successfully show a graph without problems on a standalone page, but when i integrate it on outsystems, the graph glitches out: i can't zoom properly and the node elements disappear. Has anyone tried to integrate Yfiles in their application that can lend me some help?
While analyzing the canvas with firebug, i can see that resizing the graph changes it's internal HTML structure... does Outsystems prevent dynamic html changes from other sources?
2012-03-16 12-21-09
João Rosado
Staff
Hi Ricardo,

I never tried to use Yfiles, but there is no code to "prevent dynamic html changes".

Can you give eSpace example where the problem occurs?

Regards,
João Rosado

UserImage.jpg
Ricardo Mata
Sorry, i should have replied the solution to this. What was causing my issue was that the web screen had a CSS rule that was not allowing the dedicated <div> to assume it's needed 100% horizontal dimension. I fixed it by passing a fixed width. I just assumed it was something related to the HTML code, because inspecting changes to the graphic changed the HTML composition of the elements themselves.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.