Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackedBar chart values merged of lower and upper bar. if value of upper bar is Zero(0) #205

Closed
inuskmulla opened this issue Dec 15, 2014 · 4 comments

Comments

@inuskmulla
Copy link

StackedBar chart values merged if value of upper bar is Zero(0).. how to get rid of this

untitled

@FVANCOP
Copy link
Owner

FVANCOP commented Dec 15, 2014

In the currently available version, it is not possible; But in the version that will be delivered in a couple of days, it will be easy ......

@inuskmulla
Copy link
Author

and font is not looking good , blurry vision or some problem, suggest how to get clear fonts visible

@FVANCOP
Copy link
Owner

FVANCOP commented Dec 20, 2014

The problem can be fixed with the new version !

You have to define different values for the inGraphData options for the first and the second group of bars. This is possible since the new version !

inGraphDataYPosition: [3,3],
inGraphDataVAlign: ["top","bottom"],
inGraphDataPaddingY: [-3,3],

=> The first value of each option will be used for the first group of bar; The second value for the second group.

canvas

See Samples/issue_205.html

@inuskmulla
Copy link
Author

thanks a lot ...

On Sun, Dec 21, 2014 at 3:36 AM, Francois Vancoppenolle <
notifications@github.com> wrote:

The problem can be fixed with the new version !

You have to define different values for the inGraphData options for the
first and the second group of bars. This is possible since the new version !

inGraphDataYPosition: [3,3],
inGraphDataVAlign: ["top","bottom"],
inGraphDataPaddingY: [-3,3],

=> The first value of each option will be used for the first group of bar;
The second value for the second group.

[image: canvas]
https://cloud.githubusercontent.com/assets/6121933/5516417/b0e32f5e-889c-11e4-98b5-fc3550c0b1b4.png

See Samples/issue_205.html

Reply to this email directly or view it on GitHub
#205 (comment).

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

No branches or pull requests

2 participants