Code Monkey home page Code Monkey logo

Comments (5)

jszuminski avatar jszuminski commented on September 27, 2024 2

@dancojocar just wanted to let you know that this issue have not slipped my mind is still on our backlog. However, after deploying the Export [email protected] with unusually heavy traffic on export.highcharts.com/ we need to first focus on fine-tuning the parameters so that the server available to all Highcharts users is working as expected.

Then, this issue will become our priority. I will keep you posted about the progress.

from node-export-server.

jszuminski avatar jszuminski commented on September 27, 2024 1

@dancojocar with new updates, we've updated the structure of the json config files as well. Here's a file with the latest structure: https://github.com/highcharts/node-export-server/blob/master/lib/schemas/config.js

I've created a config.json file with the following content:

{
    "export": {
        "globalOptions": "{\"credits\":{\"enabled\":false}}"
    }
}

And I'm running a simple: node ./bin/cli.js --loadConfig config.json --infile input.json where input.json is just:

{
    "series": [{
        "data": [1, 2, 3]
    }]
}

So, I belive that this is no longer an issue (loading of the config works as expected assuming you follow the proper structure of the config file).

Please test it out and let me know if it works as expected now.

from node-export-server.

jszuminski avatar jszuminski commented on September 27, 2024

Thanks for reporting @dancojocar!

It seems to me like it's unrelated to the Export Server but to your Highcharts config. Could you please share the chart's config that you're using? I will then let you know what's the source of the problem.

from node-export-server.

dancojocar avatar dancojocar commented on September 27, 2024

Thanks @jakubSzuminski for your quick reply!
I'm executing with --loadConfig batch.json --infile turbo.json --outfile out.png --type png
And the content of batch.json is:

{
    "boost": {
        "enabled": false
    },
    "credits": {
        "enabled": false
    }
}

from node-export-server.

dancojocar avatar dancojocar commented on September 27, 2024

@jszuminski Thank you very much! I can confirm that the issue was fixed!

from node-export-server.

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.