Giter Site home page Giter Site logo

Comments (9)

typpo avatar typpo commented on May 30, 2024

Can you show me how you're setting the background color? You should be using config.setBackgroundColor (link)

from quickchart-js.

pgsleepy avatar pgsleepy commented on May 30, 2024

Can you show me how you're setting the background color? You should be using config.setBackgroundColor (link)

I'm not trying to set the background color, I want to have it as default: transparent.
The API documentation shows that the default should always be transparent.

from quickchart-js.

pgsleepy avatar pgsleepy commented on May 30, 2024

I see that the documentation through that link says that the default is white.
The other documentation refers to it as transparent, sorry about that.

I just tried to add .setBackgroundColor('transparent') to my chart, which results it into being

                    chart.setConfig({
                      type: 'line',
                      data: {
                        datasets: [{
                          data: duelsArrayMMRNew,
                          fill: false,
                          borderColor: QuickChart.getGradientFillHelper('vertical', ['#eb3639', '#a336eb', '#36a2eb']),
                          borderWidth: 3,
                          pointRadius: 1,
                        }]
                      },
                      options: {
                        legend: {
                          display: false
                        },
                        scales: {
                        xAxes: [{
                          display: false,
                          gridLines: {
                            display: false,
                          },
                        }],
                        yAxes: [{
                          display: false,
                          gridLines: {
                            display: false,
                          },
                        }]
                      },
                      }
                    });
                    chart.setBackgroundColor('transparent')

But this still results in a white background.

from quickchart-js.

pgsleepy avatar pgsleepy commented on May 30, 2024

As a matter of fact, just tried to do .setBackgroundColor('#0febc2'); to see if it worked or not, but even that doesn't work.

from quickchart-js.

typpo avatar typpo commented on May 30, 2024

Can you share the URL that is generated, and check the version of quickchart-js? That may give us a hint.

You might also want to double check whatever else you're doing in the project. A minimal example shows that setBackgroundColor is working fine: https://replit.com/@trynafunction/quickchart-js-background-color#index.js

from quickchart-js.

pgsleepy avatar pgsleepy commented on May 30, 2024

As opposed to the first time I sent the URL, now after I've added .setBackgroundColor('transparent') it properly shows on the new URL
But it still doesn't show transparent for the saved file which is being saved through

await chart.toFile(`/temp/${API.playerName}_duels.png`);

The version I'm using is [email protected]

from quickchart-js.

typpo avatar typpo commented on May 30, 2024

The example repl above is also writing fine with toFile. Have a look at that example and/or you may want to double-check your local setup.

from quickchart-js.

pgsleepy avatar pgsleepy commented on May 30, 2024

Not gonna lie, hate the player dont hate the game but I hate coding sometimes lol
My previous comment stated

await chart.toFile(`/temp/${API.playerName}_duels.png`);

Which doesn't include the dot right before the /temp folder...
So basically the first generation that I had with the toFile was succesful, and somehow I removed the dot at some point and it didn't occur to me that I was constantly being shown the first generation...

Thank you for your help!

from quickchart-js.

typpo avatar typpo commented on May 30, 2024

It happens! Glad you figured it out.

Also thanks for pointing out the inconsistency around the default background color. That is something we can fix in the next release.

from quickchart-js.

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.