score:0
Accepted answer
I am not sure what you are asking regards to the legend. Your jsFiddle is showing a legend - you only have one series "Series 1" and it is in the legend. To display the value of each waterfall you need to use the correct plotOptions
:
plotOptions: {
waterfall: {
dataLabels: {
enabled: true,
crop: false,
inside: false,
overflow: 'none'
}
}
},
Source: stackoverflow.com
Related Query
- How to display legend in Highcharts Waterfall Chart and make the sum column of waterfall appear in multiple colors?
- canvg and highcharts how to include chart legend and keep the chart size?
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How to make legend labels to bring out the series of a pie chart and not make them disappear when label is clicked in HighCharts?
- how to enable only 1 out of 2 column column graph by default when page loads in highcharts and the 2nd one gets visible when toggled in the legend
- how to display the date at X axis and other column at y axis in highcharts
- How to draw a chart from one array of data and make labels on the chart from another array of data? Highcharts v.4.0.4
- Highcharts : How to align column chart and bubble chart vertically in the same series
- How to create a column range chart in Highcharts using range and navigator functions?
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- How to use the tooltip formatter and still display chart color (like it does by default)?
- How do you increase the performance of highcharts chart creation and rendering
- Highcharts - How to display legend symbol inside the tooltip
- How do you add text to the bottom center of legend and bottom center of chart under legend?
- How to Check and Uncheck all the Legend elements in HighCharts Linechart?
- How to center highcharts pie chart and legend on a page?
- Highcharts : How do I keep the marker formatting and make the click event fire with a 5K+ point scatter plot?
- how to display 2 same highcharts without duplicate the code
- How can I make milestone lines with a GANTT chart using the highcharts library?
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- How can I display crosshair labels on top of the chart with Highcharts
- How to have first level as column chart and second level as Fixed placement columns in drill down highcharts
- How do I calculate the total Data values for both and display in Legend
- Highcharts -> how to add vertical title to bar? how to make the symbol in the legend a rectangle?
- How to grouping labels column chart on legend in highcharts
- How to make split grouped column bar chart in highcharts with percentage?
- To display legend of the chart outside the canvas of the chart in highcharts
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- How do i color the highcharts legend square symbol when my chart has multiple color entries
More Query from same tag
- How to pass a value to javascript?
- Convert date to milliseconds for highchart date
- How to make x-axis tickmarks span the entire bar chart?
- Highcharts gauge not showing colour as expected
- Highcharts - custom navigator dragger issue with Safari/IE
- Highcharts: convert columns to stacked column in multiple axis chart
- Highcharts Area graph, use 2 fill colors above / below X axis
- Reset / Set ZoomType Control in Highstock
- Highcharts(highstock) line chart Tooltip shows previous date
- Mixing linear and datetime x-axes with Highcharts
- HighCharts - Enable the markers for the series which has only single data point?
- How to load data dynamically using JSON call in Highcharts Drill Down pie chart?
- How do I remove left-hand numeric values in Bar Chartjs?
- Framework for a Business Dashboard - MVC, browser accessible
- How to display real time data using highcharts for Angular application?
- The resource can not be found .net mvc4
- highchart tooltip not follow mouse
- Highcharts Drilldown no working in IE
- How do I make the background of Highchart's SVG clock transparent?
- Include nested entity details but don't group by then when grouping by other fields
- Highcharts - how to do a responsive pie chart when the texts of the labels are long
- line and column chart in grouped categories in highcharts
- How to use Highcharts Gantt chart in angular?
- Highcharts - format date for x-axis as well as autoscale (data from mysql)
- Refresh Highcharts with data from AJAX using Handlebars
- Highcharts. Highlight line chart date interval on hover
- rCharts: Highcharts - how to flip coordinates for bar chart?
- Highcharts numeric x-axis
- Highcharts live data, json ajax
- Highcharts Annotation SVG doesn't move with other shapes