score:1
Accepted answer
taking out the "floating" and x/y positions makes it look a little cleaner too:
legend: {
verticalalign: 'bottom',
backgroundcolor: (highcharts.theme && highcharts.theme.legendbackgroundcolorsolid) || 'white',
bordercolor: '#ccc',
borderwidth: 1,
shadow: false
},
score:1
is that you want verticalalign: bottom
on legend part?
legend: {
align: 'right',
x: -70,
verticalalign: 'bottom',
y: 20,
floating: true,
backgroundcolor: (highcharts.theme && highcharts.theme.legendbackgroundcolorsolid) || 'white',
bordercolor: '#ccc',
borderwidth: 1,
shadow: false
},
Source: stackoverflow.com
Related Query
- Change the style of Highchart stacked colum chart
- How do I change the style of the inner part enclosed by the lines(polar) chart created with highcharts?
- Highchart change the chart type in drilldown
- Using an editable table with HighChart and having the chart refresh with change
- How do I change the style of the frame lines in a radar(polar) chart created with highcharts?
- Highchart - change the minor spacing for linear guage chart
- HighChart - Stacked Bar chart - To show dash line over the bar chart to the specific portion in the bar
- HighChart - Stacked Bar chart - To show dash line over the bar chart but it is not visible on Left side of the bar
- How to change the font family of Highchart to Bootstrap css default font family
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- Highchart Area Range chart with gradient that follows the line
- Change series data dynamically in react-highcharts without re-render of the chart
- Highcharts, Can you change the chart type for drilldowns?
- highchart chart redraw method is not refreshing the chart
- Highcharts, How can I change the datalable distance in a pie chart based on the value
- How can I extend the lines of this Highchart series to the edges of my chart area?
- Possible to change the height inside the highchart drilldown?
- Customize Stacked column chart in highChart
- put the highchart legend to the bottom of the chart and horizontally centered
- Use MySQL data as the chart data for the cakephp highchart plugin
- How to set series-label to false by default and change the color of series label text in highchart
- Gauge chart Highchart dial style issue
- highcharts- stacked bar, how can I make the chart cover the width 100%?
- Error while creating the chart using highchart
- how to change color of line chart in highchart based on a categorical column in r?
- How to show Legends for all the series data in stacked column chart Highcharts?
- how to dynamically change column chart to mirror chart using highchart
- HighChart Sparkline Chart with dynamic data for the table
- Highchart not displaying the pie chart with Ajax data
- How to change the background color of measure tool in stock chart in highstock?
More Query from same tag
- Highcharts Gauge misplaced labels
- MySQL, Highcharts: "operand should contain 1 column(s):" error
- updating the array that is being passed to highcharts in meteor app
- Highstocks - Display year when hovering over a point
- xAxis values groups as slices + labels in Highcharts
- In high chart how to add event for label click
- Adding Rails data to Highcharts series
- Highcharts/Highstock add shapes/flags to multiples panes not just the first pane
- Format tooltip in highchart map for dynamic variables, some with commas and others with percents
- Display highchart tooltip using Jquery ui dialog
- How do I configure the options in Highcharts to allow multiple drilldowns asynchronously?
- HighCharts HIOptions.colors must be [string]?
- Highcharts: Removing the legend Symbol that comes with marker
- Highchart Polar chart 2 nested circle
- How to format a highcharts .NET stacklabel total
- Highchart Column hides in the middle of Highchart Scroll bar
- How to convert xts object in JSON in R?
- Highcharts customEvents plugin + Highstock Error
- Highstock chart.getSVG() does not export all details
- How can i reduce gap between legend and chart in highchart of type column where legend is aligned at top without reducing height of chart?
- Highcharts series data not persisting through angular route change
- Adding comma format to Highcharter tooltips
- Can I add on the webpage, data that I get from a Highcharts function?
- Angular - Higchart doesn´t wait to ngOnInit
- Click-and-stay-highlighted option in Highcharts line chart?
- Highcharts: Using JSON to load xAxis data as 'datetime'?
- Highcharts and highstock license with google ads web site
- HighStock "xRange" chart is not working with older version library(HighStock)
- Plot line is hiding behind trend in highcharts and movement of plotline is become very hindrance when loaded with very large data sets
- DotnetHighCharts does not show negative values?