score:1
Accepted answer
We can simply check if the point has property drilldown. So we need to change your code a little bit:
if (this.point.drilldown) {
return this.series.name + ", " + this.y + '%';
} else {
return this.series.name + ", " + this.y;
}
Source: stackoverflow.com
Related Query
- Highcharts drilldown datalabels different from parent
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- AJAX displaying values from two different functions in a single Highcharts chart instead of two different ones
- load data in highcharts from 2 different csv files
- Highcharts - column color different from color in legend
- highcharts donut pie - different color for the data than its drilldown
- Highcharts xAxis shows labels from drilldown on drillup
- HighCharts - data from different intervals in one xAxis (hide second xAxis)
- passing json values to highcharts from .net code behind
- Highcharts access drilldown data from event click
- Highcharts drilldown from a series
- Highcharts 3.08 drilldown with multiple parent series
- Highcharts dataLabels not showing in all levels of drilldown
- Drilldown to multiple series from different groups - Highcharter (in R)
- Different xAxis label, max and colors for drilldown in Highcharts
- Plot a bar graph using Highcharts drilldown with two different JSON end points
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- Null points from drilldown remain on screen on subsequent drilldown of a different location
- highcharts with more series that start from different x value
- Highcharts SVG Export from Python Server Side Code
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts stacked column chart 3 level drilldown from JSON
- Highcharts Maps Drilldown Map From geojson
- how to show legend in PIE chart from chart to pie drilldown highcharts
- A different suffix from an array for each line on Highcharts
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- highcharts display data from different months
- multiple color axis for different parent groups of treemap highcharts
- Highcharts - Sankey chart - How to display some series dataLabels name into icon or some different name
- Highcharts Scatter plot - Add series from database as a different color
More Query from same tag
- highcharts horizontal line data size
- Resizing HighCharts Chart Causes Changes to Max Y Value
- How to set the x axis of HighCharts to intake DateRange
- Align second scatter series to the side similar to how column and bar charts do using HighCharts
- Highcharts: Add circle to scatter plot
- Highcharts timeline series positioning
- highchart boost doesn't render correctly when going above y-max
- How can I set navigator's start&end in Highstock candlestick chart?
- Parsing JSON Data for Lazy Highcharts
- resize highchart on load
- How to position highcharts tooltip above chart with outside:true
- Performance issue with Firefox on Highcharts and Highstocks
- Highcharts mixed column/spline, wrong xaxis labels
- Trying to make master-detail charts in ReactJS
- Inserting mouseover event to custom label created with SVGRenderer, highcharts
- Highchart and "almost regular" time interval data
- highcharts column : add dynamically series with drilldown data
- Highcharts - Json display an error message in place of the chart
- Highchart is only showing properly at localhost
- Sql DataReader and Multiple Object Variables
- Framework for plotting latitude longitude in a map based on country, state and district depending on the zoom level
- Switching position of checkbox and title of serie
- toggle pie chart data using external button
- dynamic multiple series from different CSV-files
- jQuery datepicker with Highstocks / Highcharts
- HighStock chart get hange browser when new data fill at 10sec interval
- Display datetime including milliseconds
- Hichcharts Add Button to toggle between Series
- highcharts: bubble-chart drilldown to donut-chart
- Change color of series in bar chart?