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
- Disable marker hover in only one marker of highchart
- Highstock with php and mysql
- Highchart area range on a plot column
- Combining Column charts and line charts with the same same data in the same container(Highcharts)
- Highcharts JS - Sankey Diagram Axis
- Change highcharts mapbuble type to custom images
- HighStock Multiple series from CSV file (Arduino Based & JavaScript)
- How to display maximum and minimum value on the basis of date selected in High Charts?
- R highcharter bar color based on value
- Datatable Highcharts
- How to draw area chart from 0 in Highcharts
- highcharts waterfall not summing correctly
- Remove label from custom Highcharts drawing
- Do we have undo option in high charts?
- Highcharts-ng not updating to reflect underlying data
- How to truncate value in tooltip using highcharts
- change dataLabels on highcharts based on color of bar
- Highstocks - Place a line between columns when using datetime axis
- Highcharts stacked column dataLabels overlapping
- Highstock title and subtitle overlap
- How to show multiple graphs in drilldown (highcharts)?
- iScroll 4 and highcharts compatibility issue
- Having trouble to show highchart for each element
- rCharts with Highcharts as shiny application
- How do I attach a click event handler to null data points on HighMaps
- Generate highcharts from v-for not populating all graphs with data
- Highcharts streamgraph Y Axis Labels
- Creating a grid-like column graph in Highcharts
- Inefficient functions - how to assign colour to datapoints in Highchart
- How to build query and to make chart in Yii2 using highchart?