SuddenDevelopment

Results 13 comments of SuddenDevelopment

mine simple works. did an npm install of the components import { JsonEditor as Editor } from 'jsoneditor-react'; import 'jsoneditor-react/es/editor.min.css';

same issue. blew lots of time blaming it on hooks.

it is common, on retina especially it shows up tiny. I think this is causing my tooltip issues as well.

you can see the 1.0 scale difference between the n panel and the viewport panel the n panel are 16x16 pixels, the viewport panel is 32x32 pxixels but they come...

next I tried to do it inside of the onready event. explicitly ``` cytoData.getGraph().then(function(graph){ $scope.cytoscape = graph; }); $scope.cyt.ready = function(evt){ //console.log('graph ready to be interacted with: ', evt); $scope.cytoscape.layout={name:...

This also happens without any of the directive stuff... ended up being based on not being able to find the pixels of height and width so it couldnt do the...

@jkourou I solved it by using the cola plugin for layout.

@jkourou I also used it in angular 1, felt that the ngCytoscape was unnecessary overhead. had no problem making it work as plain js inside my angular controller. I can...

adding to the `merged` tag is what is expected behavior