Activity for njake

  • njake njake posted a comment on discussion Open Discussion

    Experimental gnuplot plugin for svg All svg elements on page get own gnuplot plugin attached by js, so no any conflict with global variables any more. Javascript variables are readed from second script tag and converted to json for import to plugin. Inline events are removed from xml and new ones are attached with addEventListener function. Inline events should be removed from xml and xml should have better id/class names to attach events from js. Improved mouseover text and image handling, content...

  • njake njake posted a comment on discussion Open Discussion

    Fixed mouse drag move, when multiple inline svg element on same page or inline svg element not in topleft position. Reset function return this for chainability. Note that multiple inline elements on same page has many more problems. * Dublicate id eq "coord_text" , "hypertextbox" .. -> always use first * Global svg variable used for all svg elements -> wrong element Viewing coordinates and hypelinks needs same refactoring.

  • njake njake modified a comment on discussion Open Discussion

    Hello, I have greated improved javascript for svg terminal. Keyboard zoom with +/- keys Keyboard move(pan) with arrow keys Keyboard reset with home key Mouse wheel to zoom Mouse drag to move Mouse right click to reset Maybe someone can check this and merge this to master?

  • njake njake modified a comment on discussion Open Discussion

    Hello, I have greated improved javascript for svg terminal. Keyboard zoom with +/- keys Keyboard move(pan) with arrow keys Keyboard reset with home key Mouse wheel to zoom Mouse drag to move Mouse right click to reset Maybe someone can check this and merge this to master?

  • njake njake modified a comment on discussion Open Discussion

    Small update for outside use, reset is good to be done. // Return functions to outside use return { zoom: function (direction) { setViewBox(zoom(direction)); return this; }, pan: function (direction) { setViewBox(pan(direction)); return this; }, reset: function (){ setViewBox(resetValue); return this; } };

  • njake njake modified a comment on discussion Open Discussion

    Hello, I have greated improved javascript for svg terminal. Keyboard zoom with +/- keys Keyboard move(pan) with arrow keys Keyboard reset with home key Mouse wheel to zoom Mouse drag to move Mouse right click to reset Maybe someone can check this and merge this to master?

  • njake njake posted a comment on discussion Open Discussion

    Small update for outside use, reset is good to be done. // Return functions to outside use return { zoom: function (direction) { setViewBox(zoom(direction)); return this; }, pan: function (direction) { setViewBox(pan(direction)); return this; }, reset: function (){ setViewBox(resetValue); } };

  • njake njake modified a comment on discussion Open Discussion

    Changed js to own interactiveInit function, so this can be switched of by one comment. Mouse support: Added little drag delay after click, so that svg not moved accidentally when click. Plain SVG file opened to browser Windows Firefox, Chrome, Edge, IE worked Linux not tested Safari not tested demo/html pages (embed) Windows Firefox, Chrome, Edge, IE worked Linux not tested Safari not tested Inline SVG on html page Windows Firefox, Chrome, Edge, IE worked Linux not tested Safari not tested Keyboard...

  • njake njake posted a comment on discussion Open Discussion

    Changed js to own interactiveInit function, so this can be switched of by one comment. Mouse support: Added little drag delay after click, so that svg not moved accidentally when click. Plain SVG file opened to browser Windows Firefox, Chrome, Edge, IE worked Linux not tested Safari not tested demo/html pages (embed) Windows Firefox, Chrome, Edge, IE worked Linux not tested Safari not tested Inline SVG on html page Windows Firefox, Chrome, Edge, IE worked Linux not tested Safari not tested Keyboard...

  • njake njake modified a comment on discussion Open Discussion

    Hello, I have greated improved javascript for svg terminal. Keyboard zoom with +/- keys Keyboard move(pan) with arrow keys Keyboard reset with home key Mouse wheel to zoom Mouse drag to move Mouse right click to reset Maybe someone can check this and merge this to master?

  • njake njake posted a comment on discussion Open Discussion

    I done test in own html page that has svg embedded and plain svg file in browser. I didnt test ../demo/html, thanks to point there. I go check this. 1) I used all windows browsers common today, Firefox, Chrome, Edge and Internet Explorer. Im sure that demo/html pages is diffirent and keyboard event part needs to be changed someway. Keyboard event try to skip input elements if exists on page and focused on them. Right click reset is easy to change to zoom, but how user can reset with mouse then. 2)...

  • njake njake posted a comment on ticket #473

    I mean "plot $DATA with histogram" feature and maybe boxes too if it not broke anything. Title inside polygon is not visible normally. When using title element all modern browser can show title value natively when user move mouse over histogram bar. This acts near like hypertext, but its native and view title from whole polygon area. When using rowstacked and have many stacked bars its nice to see real value of bar easily and title tag can do it. This feature request is from finance analysis nee...

  • njake njake modified a comment on discussion Open Discussion

    Hello, I have greated improved javascript for svg terminal. Keyboard zoom with +/- keys Keyboard move(pan) with arrow keys Keyboard reset with home key Mouse wheel to zoom Mouse drag to move Mouse right click to reset Maybe someone can check this and merge this to master?

  • njake njake posted a comment on discussion Open Discussion

    Hello, I have greated improved javascript for svg terminal. Keyboard zoom with +/- keys Keyboard move(pan) with arrow keys Keyboard reset with home key Mouse wheel to zoom Mouse drag to move Mouse right click to reset Maybe someone can check this and merge this to master?

  • njake njake created ticket #473

    svg polygon title

1