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.

Miscalculating Bar Position

See original GitHub issue

I couldn’t find how this could happen so I decided to ask here:

apexcharts-bug

screen shot 2019-01-09 at 10 35 46

As you can see, bar positions are shifted. My options:

<Chart options={options} series={series} type="bar" width="100%" height={400} { ...rest } />

options: {
	chart: {
		id: 'campaign-chart',
		type: 'bar',
		height: 400,
		stacked: false,
	},
	dataLabels: {
		enabled: false,
	},
	yaxis: [
		{
			seriesName: 'Number of Clicks',
			labels: {
				style: {
					color: '#6d7782',
				}
			},
			title: {
				text: 'Number of Clicks',
			},
			min: 0,
		},
	],
},

Do you have any idea how this could happen? There is no CSS affecting the graph.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
junedchhipacommented, Jan 9, 2019

Fixed it, the patch will be released soon this weekend.

0reactions
junedchhipacommented, Jan 9, 2019

Yeah, I noticed x-axis distribution for bar charts is broken. But, when I changed it to line chart, x-axis calculation was fine.

I will dig into the bar issue, and get back.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Fix An Uneven Bar Position On Squat - YouTube
In the low bar squat specifically, an issue that is common in powerlifting is an uneven bar. Whether that be one side sitting...
Read more >
ADA BATHROOM GRAB-BAR REQUIREMENTS 2022
Install the rear grab bar at least 24 inches from the toilet centerline on the open/transfer side.
Read more >
Do You Know the Best Positioning for Your Computer Screen?
The best positioning for your computer screen is based on your own ... Point being, a small miscalculation in viewing distance can disrupt...
Read more >
7 Manager Mistakes with Costly Consequences - SHRM
Compliance Miscalculations​​ 'Be honest and direct with employees. Also, properly document any performance problems in reviews, in e-mails and in ...
Read more >
When you do a deadlift, how do you keep the bar from hitting ...
Also provided you keep your elbows locked and not bent the bar should be below your genitals in its final resting position unless...
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