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.

Having troubles with data offset x-axis axisBorder

See original GitHub issue

I’m trying to stylize my chart like this - need to implement data offset on x-axis, but no luck 😦

image

Also try to add

xaxis: {
 axisBorder: {
    offsetX: -200
  }
}

but it’s working only for left side like this, i’m need both sides with offset

image

any ideas? thnx awesome library, btw😉

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
junedchhipacommented, Oct 29, 2020
axisBorder: {
    offsetX: -200,
    width: '150%'
}
0reactions
pradnya2196commented, Jan 3, 2022

There is no property annotation line width for x-axis. I’m having trouble while trying to handle the width for x-axis. Can you please add it for x-axis as well? @junedchhipa

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

xaxis - ApexCharts.js
Note: tickAmount doesn't have any effect when xaxis.type = datetime ... offsetX: Number. Sets the left offset of the axis border ...
Read more >
Javascript Apexchart title of x axis always in the wrong position
I'm having some issues with the positioning of the title of the x axis in my column chart. Depending on the range of...
Read more >
Axis customization in Flutter Cartesian Charts - Syncfusion
The plotOffset property is used to offset the rendering of the axis at start and end position. The following code snippet demonstrates how...
Read more >
Cartesian Axes - Chart.js
The axis border is drawn at the edge of the axis, beside the chart area. ... Ticks represent data values on the axis...
Read more >
using offset function for dynamic axis in Excel 2010 data not
I have used this function in excel 2003 in the past and it has worked perfectly. Problem this time in 2010 is the...
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