Is it possible to position an XAxis?
See original GitHub issueDo you want to request a feature or report a bug?
Feature / Help needed
What is the current behavior?
Unable to override position of Axis component. I’m trying to achieve a design similar to this:
Is there any way to set the y
position of an XAxis
so that it’s not at the bottom of the chart?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Positioning Axis Elements – amCharts 4 Documentation
Axis elements are not restricted to pre-set locations anymore. You can literally put them at any place within axis. Let's explore how it...
Read more >In highcharts, is it possible get the exact position of x axis ...
My data (a line chart) is dynamic, and some times the x axis label overlaps. Customer do ...
Read more >How to "set" the position of a "simulated axis" or show a ...
Hi, You can position an axis from the plc using FC18. Never tried it with a simulated axis but I would expect it...
Read more >Where to Position the Y-Axis Label - PolicyViz
For the most part, axis labels tend to be short, so it's not like you have to turn your head to read them....
Read more >Moving Object on position x axis - Unity Forum
Haven't been able to find anything though. I'm trying this on FixedUpdate and it does move it right accept the camera is all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
would be tricky to identify and maintain easiest solution would be:
hide x-axis line using axisLine={false} and add referenceLine for y=0 so it will look like a X axis but at the right position.
Thanks. It’s working fro me.