Git Product home page Git Product logo

Comments (6)

mit-mit avatar mit-mit commented on May 2, 2024

Sorry to hear, this is the same issue as #34

from charts.

lorrainekan avatar lorrainekan commented on May 2, 2024

It looks like two separate problems.

from charts.

lorrainekan avatar lorrainekan commented on May 2, 2024

Duplicate of #24

example on line 65 it should be new charts.BarChart<ClicksPerYear>

@mit-mit can you update your example code and medium article?

from charts.

zbaylin avatar zbaylin commented on May 2, 2024

@lorrainekan when specifying type, no matter what Chart I use, Dart throws the following error

[dart] The type 'charts.PieChart' is declared with 0 type parameters, but 1 type arguments were given.

from charts.

vignesh7501 avatar vignesh7501 commented on May 2, 2024

@zbaylin
var chartWidget = new Padding(
padding: new EdgeInsets.all(32.0),
child: new SizedBox(
height: 200.0,
child: chart,
),
);

instead of this one ,
use this code

var chartWidget = new Container(
height: 200.0,
child: chart,
);

from charts.

mit-mit avatar mit-mit commented on May 2, 2024

The sample code in https://gist.github.com/mit-mit/08168a773a56bb58c7abfd9b8e82f467 has been updated.

@zbaylin you need to get the 0.2.0 version of the package. To get that, change the entry in your pubspec to require that:

dependencies:
  flutter:
    sdk: flutter
  charts_flutter: ^0.2.0

from charts.

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.