Questions tagged [drilldown]

To drill down means to move from summary information to detailed data by focusing in on something. In a GUI-environment, "drilling-down" may involve clicking on some representation in order to reveal more detail.

From Wikipedia's article on drill down:

To drill down through a series of folders, for example, on a desktop means to move through the hierarchy of folders (from the top downwards) to find a specific file or to click through drop-down menus in a GUI. Clicking on an item moves you to a level of greater detail. When an online user accesses more and more pages of the website, he or she may delve deeper into the content of the site. As a web-surfer goes further into a website, he or she goes deeper into the back pages and thus deeper into data. (Of course, he or she could also begin—for example via an external search engine—at a detailed view, and drill up to the front page of the site.)

Drilling down through a database involves accessing information by starting with a general category and moving through the hierarchy: from category to file/table to record to field. When one drills down, one performs de facto data analysis on a parent attribute. Drilling down provides a method of exploring multidimensional data by moving from one level of detail to the next. Drill-down levels depend on the data granularity.

372 questions
-1
votes
1 answer

stackLabels with separate data in Highcharts

Good afternoon, I'm putting together a chart that uses Highcharts stackLabels, it's exactly the same as this: JSFiddle however I do not want it to display the sum of the column values, I want it to appear item by item one on top of the other, same…
Medina
  • 47
  • 2
  • 4
-1
votes
2 answers

Highcharts drill down margin

Unfortunately, the drill up button often falls on top of the chart. I would like to apply a marginTop to the drill down graph so that the graph always falls under the button. I have used this example. As you can see, the button falls on top of the…
Kees de Jager
  • 582
  • 1
  • 7
  • 25
-1
votes
2 answers

narrow down excel list

I have a list of 395 part numbers that I would like to see the details on. My master list contains over 500,000 lines some are duplicate part numbers that contain information for individual locations. What is the best way to see only the 395…
-1
votes
1 answer

How to make a data structure for multi-level drill-down TableView?

I would like to ask you guys how to make a data structure for multi-level drill-down TableView in Swift. As of myself, I know how to do it and pass data this way TableView -> TableView -> DetailViewController using NSObject for creating Swift…
Julius
  • 1
  • 4
-1
votes
1 answer

Hide Data labels that are long in piechart drilldown

In the drilldown part of the pie chart I have a few big labels ,which are going beyond the div and not visible. I want to show datalabels ending with. For Example: helloooooooooooooooooooooooooooooooo This is my Output hellooooo... Expected…
-1
votes
1 answer

Highcharts drilldown and combining chart type

I would like to mix on my drilldown chart (in the children chart) column and spline like here : https://jsfiddle.net/lostrailler/Ljotp059/ But when I'm trying, I haven't both at same time. Here is my code : var chart = new Highcharts.Chart({ …
JHERRERA
  • 23
  • 6
-1
votes
1 answer

Highcharts drilldown from bar-->pie or bar-->column

I need to create a bar-chart with a pie-chart drill down. Everything works fine in all browsers but Do you need more explanations? function activities(params) { //params coming from statistics controller var title_activities =…
Marcus Franzen
  • 868
  • 10
  • 25
-1
votes
1 answer

What graphics library with custom controls should be selected for ios development?

I want to find a graphics library for iOS (specifically for iPad), which will have the following features: Map TreeMap Charts (and their asynchronous rendering) Time navigator Grids Drill-Down Multiaxial Crosshair Manual drawing Zoom Ability to…
Zheglov
  • 61
  • 8
-1
votes
1 answer

Showing highchart x and y axis value in a table

I have designed a column drill down using Highcharts. Now my goal is to show the graph data's in a table format , when the page the loads at the first time it will show the 1st set of data`s in the table , where as when I drill down to second level…
Hariram Nandagopal
  • 731
  • 1
  • 7
  • 14
-2
votes
1 answer

Load Custom Popup on pie click click on highcharts

I have a semi donut chart, in which i want to drilldown and to show a customPopup which displays a table of data. This is my intention to show it to my customer. can anyone help to achieve this. Thanks in advance.
GouthamTJ
  • 3
  • 3
-2
votes
1 answer

After Drilldown, Drillup button overlaps with chart

I have a Highcharts column chart with drilldown and when I do drill down there is a problem. When I drill down the drill up button appears with overlapping with the chart. Is there a way to place this drill up button without overlapping with the…
yasii92
  • 89
  • 10
-3
votes
1 answer

Angular-Chart drilldown options in doughnut chart

When each segment is clicked,need to form a another chart with its respectively lower level of a data. This experience need in Angular-chart.js
Sridhar
  • 73
  • 1
  • 11
1 2 3
24
25