here is a quick answer for the easy things. I'll look into the open
issues tomorrow.
> 3. x.rangeBand() = x.range().band (js version)?
Yes.
> 5. What is the equivalent of .strokeStyle(function()
> this.fillStyle().darker())?
.strokeStyle(new JsFunction<PVColor>() {
public PVColor f(JsArgs args) {
PVDot _this = args.getThis();
return _this.fillStyle().darker();
}
})
Cheers,
Lars
--
Lars Grammel
PhD Candidate, University of Victoria
http://larsgrammel.de
http://lgrammel.blogspot.com/
http://twitter.com/lgrammel
I recreated the Crimean War Stacked bar chart example in protovis-gwt:
http://web.uvic.ca/~lgrammel/blog/protovis-gwt/index.html
It required some changes to the protovis-gwt code. I have not made a
new release available yet, so you would need to check out the
protovis-gwt code from source:
http://code.google.com/p/choosel/source/checkout
Hope that helps,
Lars
> --
> You received this message because you are subscribed to the Google Groups "Choosel" group.
> To post to this group, send email to cho...@googlegroups.com.
> To unsubscribe from this group, send email to choosel+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/choosel?hl=en.
>
>
--
Lars Grammel
> For more options, visit this group at http://groups.google.com/group/choosel?hl=en.
>
>
--
Lars Grammel