Git Product home page Git Product logo

Comments (4)

wehriam avatar wehriam commented on May 29, 2024

Where am I reading private renderer data?

I assume you're referring to the last line of the following:

    var CanvasRenderer = $$.extension('renderer', 'canvas');
    function CssRenderer(options){
      CanvasRenderer.call(this, options);
      this.data.cssContainer = document.createElement('div');
      this.data.cssContainer.className = "cssContainer";
      this.data.cssContainer.style = $$.util.extend(this.data.cssContainer.style, {
        postion: "absolute",
        top: 0,
        right: 0,
        bottom: 0,
        left: 0
      });
      this.data.container.appendChild( this.data.cssContainer );
    }
    CssRenderer.prototype = Object.create(CanvasRenderer.prototype);
    CssRenderer.prototype.constructor = CssRenderer;
    $$.util.extend(CssRenderer, CanvasRenderer);

The CanvasRenderer class has a number of properties that are assigned prior to instantiation, is that what you're referring to?

from cytoscape-css-renderer.

maxkfranz avatar maxkfranz commented on May 29, 2024

Accessing the shared data object in that case may be problematic, but considering #3 this issue is probably redundant. Just wanted to make sure I wrote down all my initial thoughts so they wouldn't be lost.

from cytoscape-css-renderer.

wehriam avatar wehriam commented on May 29, 2024

Thank you for the feedback.

I need to push forward on the project I'm using this in, but should be revisiting the codebase soon.

from cytoscape-css-renderer.

maxkfranz avatar maxkfranz commented on May 29, 2024

Cool; good luck with your project.

from cytoscape-css-renderer.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.