No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Advice about Charts and Quasar

    Help
    5
    6
    1018
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ahiguita
      ahiguita last edited by

      Hi everyone,

      Do you have any experience using Charts with Quasar? Could you recommend some plugin or give me some advice on which one to use?

      P 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman last edited by

        Check useful tips section in this forum https://forum.quasar-framework.org/topic/4158/quasar-e-apex-charts-sample-application

        1 Reply Last reply Reply Quote 0
        • ahiguita
          ahiguita last edited by

          Thanks @metalsadman

          I will test these options, thank so much!

          1 Reply Last reply Reply Quote 0
          • P
            PSTA @ahiguita last edited by

            @eurus-pro
            Hi,
            Try vue-chart.js. It’s wrapper for chart.js library. Great, if you need high customizable library with a lot of plugins.

            1 Reply Last reply Reply Quote 0
            • M
              mKomo last edited by

              I’d second that, chart js is the way to go, if you’re feeling adventurous give d3.js a spin

              1 Reply Last reply Reply Quote 0
              • Q
                QuaSam last edited by QuaSam

                d3.js is an incredibly powerful set of functions, not only graphics but other stuff as well. I used d3-sparql to do SPARQL queries against Wikidata and it works great. However, I am finding it difficult to locate examples of d3 graphics in Quasar. The description in https://github.com/CorpGlory/d3vue/blob/master/src/d3-components/circle-mount.vue for Vue.js is helpful and the simple circle works. In template have a div with <svg> element in the example, const d3 = require(‘d3’) appears to work rather than using import (although I used import { sparql} from ‘d3-sparql’ to get the sparql-only function. It would be helpful to have some Quasar-d3 example applications, although it appears that Vue.js use of d3 may carry over to Quasar with few, if any, special considerations. Are others enthusiastic about d3 for graphics and other functions, or is this not a good way to go? I am adventurous, but only if it is worthwhile!

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post