Giter Site home page Giter Site logo

Comments (7)

junedchhipa avatar junedchhipa commented on April 30, 2024 2

Thanks for the feedback. I agree examples are essential as the vue-apex docs are currently lacking a lot of details.
I will add more information in README as well as create a page dedicated just for vue.js integration.

from apexcharts.js.

junedchhipa avatar junedchhipa commented on April 30, 2024 1

I am almost done creating the vue.js wrapper for ApexCharts.
I will test this bug too in the same project, wait for 1 or 2 days max :)

from apexcharts.js.

junedchhipa avatar junedchhipa commented on April 30, 2024 1

@availit Released the Vue.js version https://github.com/apexcharts/vue-apexcharts
Let me know if the problem exists in this too.

from apexcharts.js.

availit avatar availit commented on April 30, 2024

Awesome! Can't wait to test it out..
Meanwhile, I found a weird workaround by wrapping the render code in a setTimeout function which looks like this:

setTimeout(() => {
        let chart = new ApexCharts(this.$refs.linechart, this.chartOne)
        chart.render()
        let barchart = new ApexCharts(this.$refs.barchart, this.chartTwo)
        barchart.render()
      }, 1)

from apexcharts.js.

junedchhipa avatar junedchhipa commented on April 30, 2024

@availit I tried your same code in the following codepen, and it works just fine.
On my local environment too, your code works.
Anyways, good thing you got it working on your side.

from apexcharts.js.

availit avatar availit commented on April 30, 2024

@junedchhipa Yes, without the setTimeout I get that error when reloading the page, however if I just navigate to it from within the app it loads fine.. Maybe it's a conflict with another component? I am using Vuetify library but I don't believe that would effect it.

from apexcharts.js.

availit avatar availit commented on April 30, 2024

@junedchhipa Hey I just refactored what I had setup previously using the vue version. It works great, thanks! Much cleaner integration using the imported components than initializing it manually with life-cycle methods.
The data and options are structured slightly different but I figured it out.. would be cool if the examples in the main library were also shown using the vuejs version but all in good time 👍 Much appreciated!

from apexcharts.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.