score:1
Accepted answer
You can create additional column
charts and place them under the legend items:
chart: {
events: {
load: function() {
var columnChart1 = Highcharts.chart("columnChart1", columnChartOptions),
columnChart2,
xPos = this.legend.group.translateX,
yPos = this.legend.group.translateY,
items = this.legend.allItems;
columnChartOptions.series[0].data = [76];
columnChartOptions.series[0].color = 'yellow';
columnChart2 = Highcharts.chart("columnChart2", columnChartOptions);
columnChart1.renderTo.style.top = yPos + 50 + 15 + items[0]._legendItemPos[1] + 'px';
columnChart1.renderTo.style.left = xPos + 'px';
columnChart2.renderTo.style.top = yPos + 50 + 15 + items[1]._legendItemPos[1] + 'px';
columnChart2.renderTo.style.left = xPos + 'px';
}
}
}
Live demo: http://jsfiddle.net/BlackLabel/wsc4be92/
Source: stackoverflow.com
Related Query
- React highcharts, show legends as bar
- creating a bar chart using Highcharts with React - getting an error that rendering div isn't found
- Show all labels in highcharts horizontal bar graph
- Show only one border of one bar in highcharts
- Not able to show minimal height for a bar in highcharts
- Highcharts - Bar chart show full label on Y Axis
- .net Highcharts can't show the bar chart correctly in mvc
- Using Highcharts to show multiple stacked bar charts next to each other
- How can i load external json data in highcharts to show the bar chart
- Angular highcharts show selected bar in bar chart
- Stacked Bar Highcharts how to show the values
- Show label for each bar in highcharts
- React - Highcharts Full Screen black bar
- Highcharts - bar chart - show series name under bar
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Highcharts bar graph doesn't show yaxis values
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- React Highcharts piechart show tooltip on click outside of highcharts container
- How to enable vertical scroll bar for legends in highcharts implemented in angular 8
- how to display total count of all the bar values at the top- Highcharts colum- react highhcharts
- customize highcharts tooltip to show datetime
- How do I rotate my HighCharts bar chart so its vertical, not horizontal?
- Maximum bar width in Highcharts column charts
- How to show No Data Available Message in highcharts
- Styling bar colors in Highcharts with a gradient issue
- Highcharts - show every other x-axis category
- dealing with highcharts bar chart with really long category names
- Highcharts How to Show Loading Animation At Set Data
- Highcharts percentage of total for simple bar chart
- Highcharts Change Bar Color Based on Value
More Query from same tag
- Highcharts How to display total of data classes in legend
- How to add a class to the element class in EXTJs
- How to display legend in Highcharts Waterfall Chart and make the sum column of waterfall appear in multiple colors?
- Border around legend item in highcharts
- How can I set the legend symbol color for a series when using colorByPoint?
- How to drilldown a pie highchart into multiple containers using renderTo or redraw method?
- sort/arrange on date in dashboard
- HighCharts: Positioning label on chart agnostic of legend size
- Highcharts: legend on bottom with custom marginBottom already
- Vertical line on highchart, with position tied to animation frame from another div?
- How do I show multiple datapoints in HighMaps?
- HighCharts: Getting rid of tooltip but mantain crosshairs
- Why is my secondary yAxis not matching to my xAxis in Highcharts?
- R Highcharter: How to show No Data to Display message?
- How to make highchart chart (version 3) automatically resize with parent container?
- Highcharts: replace custom button image on hover
- Date formatting for X-axis labels only showing as 'Jan'
- How to get Highcharts to keep rotated data labels within bounds of a chart?
- Highcharts - Different Marker for Each Point of Area Plot
- Gradient fill for react-highcharts' line chart
- Rails and Highcharts
- Highcharts grouped bar charts with multiple axes
- HighCharts: How to aligned horizontal yAxis title
- highcharts round decimals for gauge labels
- Populate HighCharts Dataset in Javascript from ViewData Object .Net Core
- Highcharts - "Style is null or not an object"
- live charts using chart.js
- high charts consuming high CPU
- Test Highcharts with selenium webdriver
- Default highstock zoom without rangeSelector buttons