and...@nachhilfetv.org
unread,Mar 21, 2013, 4:20:27 AM3/21/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsxg...@googlegroups.com, and...@nachhilfetv.org
Hello Michael,
I used your function to make the graph responsive but i didn't get your result.
var resize = function () {
board.resizeContainer(board.containerObj.clientWidth, board.containerObj.clientHeight, true);
board.fullUpdate();
};
window.onresize = resize;
Where did you define your default height/width? Is it in pixels or percentages?