• Дмитрий Никулин's avatar
    Fix issues with pie-of-pie and bar-of-pie in node.js · f5f578b9
    Дмитрий Никулин authored
    Line drawing code relies on getClientBoundingRect() method to
    compute coords and sizes of chart objects. Node uses jsdom for
    browser emulation, which implements this method as a placeholder
    which returns object with zero fields. To achieve proper coords
    calculation, values are saved during object generation and then
    they are reused for line drawing.
    f5f578b9
Name
Last commit
Last update
extensions Loading commit data...
htdocs Loading commit data...
spec Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.jshintrc Loading commit data...
.travis.yml Loading commit data...
Gruntfile.coffee Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
bower.json Loading commit data...
c3.css Loading commit data...
c3.js Loading commit data...
c3.min.css Loading commit data...
c3.min.js Loading commit data...
component.json Loading commit data...
package.json Loading commit data...