question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with the Drilldown

See original GitHub issue

Hi there!

Firstly, wow! Thank you for this package, seriously! I’m in the process of removing dependencies that are outside of Vue so I can wire up unit tests (easier/cleaner).

On to the problem. As the title suggests I’ve ran into an issue where I cannot seem to get drilldown wired up.

This shows the data that I’ve got - showing the data is cool. http://jsfiddle.net/gv1aeuuq/

I’ve followed the docs with setting things up but no drilldown.

import VueHighcharts from 'vue2-highcharts'
import Drilldown from '../../node_modules/highcharts/modules/Drilldown.js'
import Highcharts from 'highcharts'
Drilldown(Highcharts)

I’ve also tried (transpiles just fine on latest vue/webpack):

import VueHighcharts from 'vue2-highcharts'
import Drilldown from 'highcharts/modules/Drilldown.js'
import Highcharts from 'highcharts'
Drilldown(Highcharts)

And this is what’s up in the <template> block: <vue-highcharts :Highcharts="Highcharts" :options="options" ref="demoInventory"></vue-highcharts>

And I’ve tried: <vue-highcharts :options="options" ref="demoInventory"></vue-highcharts>

The chart will render, labels are present but clicking on a wedge there’s no drilldown.

vue-highcharts version "^1.1.9" vue version "^2.5.2"

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
HarisHashimcommented, May 6, 2018

Just to share code how to change drilldown on the fly using mergeOption.

https://github.com/HarisHashim/vue-highcharts-demo/blob/master/src/components/LoadModuleChart.vue

The code is 2 functions in methods.

0reactions
superman66commented, May 7, 2018

@HarisHashim Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Drill Down Technique theory, steps + tips - Toolshero
The Drill Down technique is a method for gaining insight into the root causes of a problem within a department or area.
Read more >
Drill Down Technique - Accipio
The drill down technique is an excellent problem solving method for getting to the root of the problem. Often, the problem causing the...
Read more >
Problem with Drill-down pivot table - Microsoft Tech Community
It seems that if one single value is filtered from one slicer, the details still include all the data from that slicers values....
Read more >
What is the Drill-Down technique? - SKILLTECS
The drill-down technique breaks the problem into its basic elements and tries to determine the root causes. It helps you to divide the...
Read more >
Drill Down Technique - Free Management eBooks
Drill down is a simple technique for breaking complex problems down into progressively smaller parts. · Start by writing the problem down on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found