Giter Site home page Giter Site logo

Comments (7)

typpo avatar typpo commented on May 30, 2024 1

Thanks for the report, Ray. I'm not sure removing the browser field solves the issue. I'm going to add a note to the readme for now while I look into it more.

from quickchart-js.

typpo avatar typpo commented on May 30, 2024 1

With the release of version 3.0.0, import QuickChart from 'quickchart-js' will work correctly :) Thanks for the report

from quickchart-js.

locbq avatar locbq commented on May 30, 2024

@typpo I still have the same issue with version 3.0.0

from quickchart-js.

typpo avatar typpo commented on May 30, 2024

@locbq Are you sure you've upgraded correctly? 3.0.0 works fine in a new CRA app:

npx create-react-app scratch-app
cd scratch-app
npm i --save quickchart-js

Replace src/App.js with the following:

import QuickChart from 'quickchart-js'

function App() {
  const qc = new QuickChart();
  qc.setConfig({
    type: 'bar',
    data: { labels: ['Hello world', 'Foo bar'], datasets: [{ label: 'Foo', data: [1, 2] }] },
  });
  return (
    <div className="App">
      <img src={qc.getUrl()} />
    </div>
  );
}

Here is the entry in package-lock.json:

    "quickchart-js": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/quickchart-js/-/quickchart-js-3.0.0.tgz",
      "integrity": "sha512-jwb5JrL2bGfU/OMkXGvrY/OjveVkzFMzFSRugs+RO35xGQrbJi1s9eC9xuwYI24lMxcgW+bugtYAR3Qhp5M1MA==",
      "requires": {
        "cross-fetch": "^3.1.5",
        "javascript-stringify": "^2.1.0"
      }
    },

from quickchart-js.

locbq avatar locbq commented on May 30, 2024

@typpo yes, I did install version 3.0.0 and still got the error
image
image
image

but the error went away when I changed the import to this
image

from quickchart-js.

typpo avatar typpo commented on May 30, 2024

If you're able to share a project with a repro, I'm happy to take a look. I am unable to reproduce this issue from a clean install of CRA :/

from quickchart-js.

locbq avatar locbq commented on May 30, 2024

Unfortunately I can't because this is a project at work. Maybe it's the CRA version? I'll test this on a fresh CRA project
But really appreciate the replies. Thanks. Quickchart literally saved our project.

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.