score:1
Accepted answer
Would you like to achieve something like this? Demo
chart: {
events: {
render() {
let chart = this,
xAxis = chart.xAxis,
controlLine = chart.yAxis[0].resizer.controlLine;
xAxis[1].axisGroup.translate(0, -xAxis[1].axisGroup.getBBox().y + controlLine.getBBox().y)
xAxis[1].labelGroup.translate(0, -xAxis[1].axisGroup.getBBox().y + controlLine.getBBox().y)
}
}
},
Source: stackoverflow.com
Related Query
- Aligning the xAxis of highcharts
- Panning in Highcharts will not allow to go back to the max of the xAxis
- Highcharts : How to fix labels to the top when xAxis rotation is 90°?
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- Highcharts - Rotate pie chart aligning the clicked section to a fixed point (180°)
- how to display 2 same highcharts without duplicate the code
- Aligning the text in Legend in Highcharts
- Why are the xAxis labels in my Highcharts graphic so strangely positioned?
- How to set Highcharts xAxis position on the yAxis zero value (negative/positive chart)?
- Strange character in the Highstock source code
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- Why is this Highcharts xAxis actual max greater than the xAxis.max I have set?
- Highcharts xAxis padding is lost when navigator when zooming in and out and can't get the padding back when zoom out
- How can I put xAxis in highcharts starting in the horizontal line when all values are in 0?
- HighCharts basic bar chart provide the xAxis categories with Series
- How to format the xAxis of Highcharts
- Highcharts xAxis doesn't get the right time format
- show two different series with different start intervals with the same xAxis highcharts
- HighCharts - How can i use the period separator in xAxis
- The last label on xaxis disappears partly in Highcharts
- How to set the fixed xAxis value in Highcharts
- Highcharts with shared and split tooptip, Is there any possible to style the hover xAxis labels?
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Forcing two xAxis to be the same in Highcharts
- Highcharts - Fix the Width of the xAxis Categories (and Wrap them)
- Set the with of xAxis label to 50% on a Highcharts BarChart
- Highcharts - How to hide the last category tick label on xAxis with scrollbar
- how can I use rangeselector and navigation in highcharts in the given code
- Setting dates in the xAxis properly HighCharts
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
More Query from same tag
- Generate multiple charts based on json in angular 8
- Modifing the "X" close button of highslide popups
- How to build a graph in a div that is still being rendered?
- Max & Min highchart line
- highcharts-react-official rendering issue with React state
- Show specific data in the highchart's title
- Can we disable zoom on highchart graph while graph is loading
- Highcharts tooltip bug with stacked column chart
- How do I pass django context variables into javascript?
- Changing value of variable in Highcharts selection event in angular
- Can another column name than "value" be used in Highmaps?
- Changing highcharts crosshairs position with clicking button
- Highcharts pie legend clipped off
- Use nearest neighbor search for hover in column chart
- Gantt highchart bar alignment issue
- Highcharts categories adjust yAxis.labels.y to bottom of lane
- Hightchart: Doing drilldown with columrange
- Highcharts with multiple series from JSON Dynamically
- Highcharts x axis date grouping not working
- Data from MongoDB results with empty Highcharts graph
- How to create a Highstock chart for Xively datastream?
- Highcharts step & offset x axis labels?
- Highcharts.js legend items align
- highchart : add point without changing the series' line
- react-highcharts vs highcharts
- Give different color to each stack in stacked bar in Highcharts
- Display space in chart in case of null value present in object in high chart stacked bar chart
- HighCharts Render Annotated Queryset in Jinja2 Template
- How can I get inner slice when clicking on an outer slice in a HighChart donut chart?
- jsonp callback data in highcharts not working