question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Show all X-axis labels, X-axis start offset

See original GitHub issue

Can I display all X-axis labels, not only every second label? Something like numberOfXAxisGuideLine would be enough.

Also, can I add a start offset to X-axis (left margin?) so the first X-axis value would not lay on the Y-axis?

Btw. thank you for this library.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

14reactions
oksktankcommented, Aug 7, 2018

@KlimczakM Sorry for late

Displaying all x-axis labels are now possible in recent release. Set ‘showEvenNumberXaxisLabel’ prop in <PureChart> to false

Left margin of X-axis is in progress(not available now)

3reactions
seersol92commented, Jul 5, 2019

@VoonaVenkatesh try showEvenNumberXaxisLabel = {false}

Read more comments on GitHub >

github_iconTop Results From Across the Web

xAxis.offset | highcharts API Reference
A positive offset moves the axis with it's line, labels and ticks away from the plot area. This is typically used when two...
Read more >
Highcharts x-axis tick starts with an offset - Stack Overflow
I want Jan label to start from the beginning of line. It has some offset currently. Highchart x-axis offset. Can anyone help me...
Read more >
Syntax: PROC SGPLOT XAXIS Statement - SAS Help Center
centers the axis label in the axis tick display area (excluding any offsets). The label is positioned below the tick values for the...
Read more >
Specify y-axis tick label format - MATLAB ytickformat
yfmt = ytickformat( ax ) returns the format style used for the axes specified by ax instead of the current axes. Examples. collapse...
Read more >
Python Figure Reference: layout.xaxis - Plotly
To show powers of 10 plus small digits between, use "D1" (all digits) or ... the placement of the ticks is determined by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found