Giter Club home page Giter Club logo

Comments (9)

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024 1

The only thing I think could be missing is the configuration, try using this skeleton to configure LiveCharts when your application starts:

LiveCharts.Configure(settings =>
                settings
                   . AddDefaultMappers()
                    .AddSkiaSharp()
                    .AddLightTheme()

                    // .., your custom settings here
                    // .HasMap<Foo>( ... )

                    );

from livecharts2.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024 1

About the legend it should be a bug

from livecharts2.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

Is it showing when you run the Avalonia samples project?

from livecharts2.

jamsoft avatar jamsoft commented on May 18, 2024

All of the samples seem to render without issue. So odd. I've been pouring over the samples and cannot see anything I'm missing style wise.

from livecharts2.

jamsoft avatar jamsoft commented on May 18, 2024

Also, if I set the legends, They push the actual chart out of the available viewbox rather than shrink the chart. Or is that expected behaviour?

from livecharts2.

jamsoft avatar jamsoft commented on May 18, 2024

Unfortunately, adding the config code didn't change any behaviour, still no line being rendered.

from livecharts2.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

I need more info to replicate the issue, I am building 2 different applications using Avalonia and both are working on my side.

from livecharts2.

jamsoft avatar jamsoft commented on May 18, 2024

OK, I'll try to replicate in an app and get that over to you. It's odd as I'm using a largely vanilla Avalonia app built from a template.

from livecharts2.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

I am closing this issue as there is not enough information to replicate the issue.

from livecharts2.

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.