Giter Club home page Giter Club logo

Comments (6)

Navrot avatar Navrot commented on May 28, 2024 4

hi,
you have to use selectorRemap option to git rid of black areas and XY axis issue.
for example :

saveSvgAsPng(document.getElementById('test'), 'test.png', {
  selectorRemap: function(s) {return s.replace(/.c3 /g, '')}
});

Another issue with c3js charts is that the axis labels don't have the good font, which is define in :

.c3 svg {
  font: 10px sans-serif; }

But i didn't found a solution for this issue.

(sorry for my english, hope that my answer is still understandable)

from savesvgaspng.

thelinuxlich avatar thelinuxlich commented on May 28, 2024

Also the XY axis are much thicker, very strange...

from savesvgaspng.

sheriferson avatar sheriferson commented on May 28, 2024

I use saveSvgAsPng to save some charts I make using d3.js. I found that I have to manually set some styles even if they appear the way I want them to by default in the browser if I want them to also appear that way when exported by saveSvgAsPng. For example I manually set:

.style('font-family', 'Fira Sans')
.style('font-size', 12)

for I am creating with d3.js even though they already appeared the way I wanted them in the browser. Those .style statements made the font styles persist into the exported png. So maybe try setting the axis thickness and area fill colours manually and see if that helps.

from savesvgaspng.

exupero avatar exupero commented on May 28, 2024

@thelinuxlich The black areas are caused by the default fill on paths. Set the fill attribute or CSS to none on those elements and it should solve the problem.

Does the in-browser SVG version of the chart show the black areas, or only the saved image?

If only the saved image shows the black areas, then the save function isn't getting cleared fill style for some reason.

from savesvgaspng.

svemoory avatar svemoory commented on May 28, 2024

Hi,
I have a similar issue with the c3 chart styles where the c3 styles that are included in the rendered chart are not getting translated into the png. Would you be able to provide an example to use selectorRemap and modifyStyle to resolve the issue to get the in-browser styles to the saved png?

thanks.

from savesvgaspng.

exupero avatar exupero commented on May 28, 2024

@svemoory Your question is unrelated to this issue. Please open a new issue with example code of what you're trying to do and what you've tried.

from savesvgaspng.

Related Issues (20)

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.