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

200 mBTC Bounty - Support Stacked Bar Charts #108

Closed
lucasgray opened this issue Jun 30, 2015 · 14 comments
Closed

200 mBTC Bounty - Support Stacked Bar Charts #108

lucasgray opened this issue Jun 30, 2015 · 14 comments

Comments

@lucasgray
Copy link

Hey Tim, thanks for the charting library! Looks great.

It would be excellent to support Stacked Bar charts, like these

https://developers.google.com/chart/interactive/docs/gallery/barchart#stacked-bar-charts

Both as 100% stacked, and the absolute stacked.

What do you think?

@timmolter
Copy link
Member

Thanks for the compliment. I'll put it on my todo list. Adding that feature should be quite easy. Right now, I have no time, but hopefully in a month or two...

@lucasgray
Copy link
Author

Cool. Drop a note when you start. We may have a need before that and may give it a whirl ourselves. Also eyeing that pie chart request.

@timmolter timmolter changed the title Support Stacked Bar Charts 250 mBTC Bounty - Support Stacked Bar Charts Sep 21, 2015
@timmolter timmolter changed the title 250 mBTC Bounty - Support Stacked Bar Charts 200 mBTC Bounty - Support Stacked Bar Charts Dec 15, 2015
@ge0rg0
Copy link

ge0rg0 commented Feb 23, 2016

Hi there. I started looking at this one. How does this bounty thing work?
Best regards,
George

@timmolter
Copy link
Member

@ge0rg0 Just create a Pull request with the new feature. I can review it, give feedback, you'll probably have to tweak a few things. When finally accepted, give me your BTC address, and I'll pay you.

@joshafest
Copy link

I have found an tricky solution to this.....
So, i want to show you a demo of this ....just a simple not heavily codes.
should i email you or creat pull request?

@joshafest
Copy link

I have created pull request.....of this....have a look over xchart-demo...../bar/BarChatStack.java
I know it is not the absolute stack but work similar to that .......well the implement of new thing can make xchart a heavy weight which should not be ok......so , I used overlapping trick,
Any way , I deserve atleast 2/3 of the bounty.....
15uLL8vUCr6XtEt5Cr8G5TtWtCWNZSdDeZ my btc address
donate if you can...
output-of-barchartstack

@joshafest
Copy link

if you want to do lib I will do it also, but ....I done it because I need urgent money(btc) ...to make lib I have to go through the whole code

@ge0rg0
Copy link

ge0rg0 commented Feb 28, 2016

Hi,

I commited a more generic solution, which I started working on some time ago. I created a demo file based on the example done by @joshafest

@joshafest
Copy link

he need new functionality not an...just examples using old one.....well ....i am just near to complete the functionality....lol...

@ge0rg0
Copy link

ge0rg0 commented Feb 28, 2016

It is new functionality, just the demo data is the same. I can create new demo data.

@joshafest
Copy link

i mean to say .. ...he did not need overlaping ....if your do not have that than ok....let him reply...

ge0rg0 pushed a commit to ge0rg0/XChart that referenced this issue Mar 5, 2016
Added option to display stacked or side by side
ge0rg0 pushed a commit to ge0rg0/XChart that referenced this issue Mar 5, 2016
Added option to display stacked or side by side
@joshafest
Copy link

I am working on it....but some trouble with zero transform and yTransform.
Moreover if we replace (zeroOffset) with (zeroOffset - yOffset) the bar should became a horizontal line but it is not happening.

@joshafest
Copy link

I am very near to crack this issue.

timmolter added a commit that referenced this issue Aug 4, 2016
@timmolter
Copy link
Member

Done. try with latest snapshot jar. BarChart03 demos it.

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

No branches or pull requests

4 participants