score:2
Accepted answer
in general it's not supported. however, you can try to achieve that by manually translating legend group to the right side. you will need to update that position on each chart resize, or whenever legend is redrawn.
here is sample for it: http://jsfiddle.net/d746v/10/
this.legend.allitems[0].legendgroup.attr({ // 0 - first series, 1 - second series etc.
translatex: 320
});
so for each item you will need to calculate proper position.
score:0
you could try: text-align: right;
instead of "align";
or you could try to specify the element in css further like:
div .example p {
}
i hope this solves your problem. good luck!
Source: stackoverflow.com
Related Query
- highcharts legend items align to the left when width is set
- Is it possible to set Highcharts to hide tooltip when the mouse pointer is 30px away
- How to color series legend in highcharts when colorbypoint is set to true
- highcharts legend position wrong when align ='left' or 'right'?
- How can I set the legend symbol color for a series when using colorByPoint?
- Change the legend in highcharts heatmap to show instead of a color bar, a set of fixed icons with hide and show on click
- Highcharts - how to correctly align x-axis ticks when plotOptions.column.crisp set to false
- How do i color the highcharts legend square symbol when my chart has multiple color entries
- align text on the left and the right in Highcharts
- How do you change the height value when more items are added to highcharts dynamically?
- How can i align the highchart legend pagination to right or left side of the legends?
- How to set the url of moment.min.js to local js file when highcharts exporting png file
- How can you align the left and right Y-axes of vertically stacked HighCharts charts?
- 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
- Highcharts Align pie charts to the Left
- Highcharts Legend issue: I Wanted to make Legend 100% width and text center align it works fine in crome but it is not aligned center in firefox
- Highcharts - How to Make the legend item width half of the contianer?
- How to set the width within axis label in highcharts
- How to set columnrange width to expand the length of the x-axis in multiple data series in Highcharts
- HighCharts Hide Series Name from the Legend
- Hiding a Highcharts series without using the legend
- how to set the interval of points on Y - Axis highcharts
- Highcharts => Getting the id of a point when clicking on a line chart
- How to get Highcharts X-Axis Categories starting at the left most point
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Highcharts area fillOpacity do not work when changing the color
- Highcharts - How to display legend symbol inside the tooltip
- Add tooltip to legend in highcharts when hovering
- Highcharts - How to set custom colors for the series
- set width of chart, highcharts
More Query from same tag
- High charts remove dots from the line graph
- Highcharts: changing color on hover ranking chart
- Highcharts stacked and grouped columns: Share label across all stacks
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- Possible to force Highcarts to use the circle symbol for all the series in a line graph?
- How to show BAr graph rather than line graph in High Stoch Chart
- highcharts: fire animation when visible instead of on page load
- Highchart JS (HTML table, Line chart) line not showing if data has null value
- Loop in xAxis from highcharts according to returned data
- highcharts zoom bug (column chart)
- Customise Highstock tooltip conditionally
- Highcharts: Dynamically add series value to category name
- Custom HighCharts - change the height of plotLines , show the marker value by default at a specific x and y
- Highcharts zIndex of Y-Axis title
- Multiple series in highstocks
- Json data in High chart
- How do I pass in parameters to the Highcharts pointFormatter callback function
- Highcharts - Display the noData overlay and the x-axis labels
- Getting Highcharts to render in IE 7 & 8
- Additional serires label in highcharts columnrange
- Looking for customized Scatter plot Graph in High chart
- highchart updating plotOptions
- Tags disappeared from tagcloud in highcharts while using deriveFontSize method
- Can someone help me to provide space between the time stamps on x-axis
- Changing the contents of Highcharts legend
- Highstock: Hover-over Tooltip format
- How can i use double click in Highcharts and get that data
- yAxis formatter sometimes receives 0 for this.value
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- How to change zoomType status in Highchart?