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

Bars grow from top to down instead of bottom up #25

Description

@jakebesworth

On the website: https://deviavir.github.io/vue-bar/ the bars load vertically, from bottom (0), to top of the value range (say, 12).

However in practice: https://jsfiddle.net/1bvxyjhk/ (example in README)

The bars load vertically as expected, but from top to bottom (which seems a bit more awkward).

This seems to happen in 1.5.0 but not earlier versions.

Some possible solutions:

  1. Fix so bars load from bottom to top as before
  2. Fix so that negative bars load from 0 to their value, and positive bars 0 to their value
  3. Have option for which direction bars load vertically, and as mentioned in another issue possibility to load them horizontally

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions