Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Bar is not displaying properly #40

Open
mcdollars opened this issue Feb 22, 2021 · 2 comments
Open

Bar is not displaying properly #40

mcdollars opened this issue Feb 22, 2021 · 2 comments
Labels

Comments

@mcdollars
Copy link

 <!-- Expected showing 15 columns -->
  <bars
    :data="[1, 2, -5, 9, 5, 10, 3, 5, 5, 12, 1, 8, 2, 9, 14]"
    :gradient="['#6fa8dc', '#42b983']"
    :barWidth="5"
    :growDuration="1">
  </bars>
 <!-- it's working fine as I expected -->
  
 <!-- Expected showing 2 columns -->
  <bars
    :data="[1, 2]"
    :gradient="['#6fa8dc', '#42b983']"
    :barWidth="100"
    :growDuration="1"
  >
  </bars>
  <!-- It's not working properly as I expected -->

Attached the image below.

image

I believe I am explaining properly now and want to resolve this issue asap.

@mcdollars
Copy link
Author

image

@mcdollars
Copy link
Author

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants