Giter Site home page Giter Site logo

pygal.js's Introduction

Pygal.js

Javascript modules made for pygal

License

Copyright © 2015 Florian Mounier Kozea LGPLv3:

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

pygal.js's People

Contributors

paradoxxxzero avatar

Stargazers

decause-gov avatar Andreas Motl avatar Nikolaus Schlemm avatar Sabir Ali avatar  avatar Aleksey @soar Smyrnov avatar Philip Patterson avatar Petros Kalogiannakis avatar Ionel Cristian Mărieș avatar  avatar Roger Bonin avatar Anthony Nguyen avatar Eugene MechanisM avatar Piotr Siemieniak avatar eduardo luttner avatar

Watchers

Ionel Cristian Mărieș avatar Julien Sanchez avatar  avatar James Cloos avatar  avatar Anaèle Digoin avatar Aymeric Bois avatar  avatar  avatar Philippe Ndiaye avatar Martins Jean-Marc avatar Gilles Lepretre avatar  avatar Nicolas Bonfante avatar Lauriane avatar cboscher avatar  avatar  avatar Estelle avatar  avatar Alex Weber  avatar NATIVEL Nicolas avatar  avatar  avatar  avatar  avatar  avatar Cédric avatar Rojin POLAT avatar  avatar  avatar  avatar

pygal.js's Issues

pygal-tooltips.js does not work on IE 11

pygal-tooltips.js (20.0.x) does not work in its current state with IE 11.

The problems with the implementation I see are:

  • in IE 11 .parentElement for an svg is not supported. An alternative is node.parentNode, but that comes with a problem that .parentNode.children for an svg is not supported.

  • on an svg element in IE 11 .innerHtml is not supported. It is used in pygal-tooltips.js to remove a tooltip before another one is shown. A possible solution could be to use removeChild method until node.lastChild is null

  • on an svg element in IE 11 .classList is not supported.

I can help with fixing these problems, would you be open to receiving a pull request?

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.