Git Product home page Git Product logo

Comments (4)

weizhenye avatar weizhenye commented on May 16, 2024

In your Fiddle you call chart.drillUp() before vm mounted, so it throws an error for it's undefined.

Here is an example that works fine https://jsfiddle.net/mwLbw11k/565/

from vue-highcharts.

brunogaspar avatar brunogaspar commented on May 16, 2024

Right, makes sense, it works that way.

What i'm trying to achieve is to listen to an event that's fired from a child component and when that event is fired i would call the drillUp().

Listening to the event and all works fine, but calling the drillUp() is always giving me this error.

https://jsfiddle.net/mwLbw11k/567/

I'm most likely missing something obvious, but no idea what :)

from vue-highcharts.

weizhenye avatar weizhenye commented on May 16, 2024

I tried to write this without Vue and found that if the chart is not in drilldown status, calling drillUp() will always throw error, that's the behavior of Highcharts. If you click one column and drilled down, then calling drillUp() will works.

from vue-highcharts.

brunogaspar avatar brunogaspar commented on May 16, 2024

@weizhenye Thanks for the replies.

I've used the following:

if (this.$refs.highcharts.chart.series[0].options.id !== undefined) {
    this.$refs.highcharts.chart.drillUp()
}

And it's working fine now.

Will keep it DRY though, afterwards.

from vue-highcharts.

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.