Giter VIP home page Giter VIP logo

atlas's People

Contributors

anthonysena avatar cerdman avatar chrisknoll avatar fdefalco avatar juh7007 avatar mark-velez avatar sigfried avatar t-abdul-basser avatar tnovo avatar

Watchers

 avatar  avatar

atlas's Issues

Remove element ID selectors

There are various locations where an element ID selector is being used to locate the node that we render a SVG chart into. The problem with this is that it might run into collisions if someone else uses the same element ID, or if you want to put 2 charting components side-by-side in the same render, they both will have the same element ID.

Example of this is here:

self.prevalenceByGenderAgeYear(data.prevalenceByGenderAgeYear, '#deathPrevalenceByGenderAgeYear');
self.prevalenceByMonth(data.prevalenceByMonth, '#deathPrevalenceByMonth');
self.prevalenceByType(data.deathByType, '#deathByType');
self.ageBoxplot(data.ageAtDeath, '#ageAtDeath');

We have a databinding framework that allows you to bind observable data (such as the chart data) directly to a dom element without CSS selectors.

For cases where we are using the css element selector to render a chart, what is needed is a custom databinding that can accept the chart data and render the data to the bound dom element.

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.