0

Anyone knows if its posible to use the Google ComboChart with GWT . I tried using the wrapper in GWT Visualization Wrapper but I get the error sun.misc.InvalidJarIndexException: Invalid index

Im using the jar found in GWT official jar

jmbz
  • 133
  • 1
  • 2
  • 11

1 Answers1

1

Yes you can combine google Combochart with GWT easily. with the same jar that you mentioned. follow this link..

The error that you are facing is sounds like jar version issue.

Mayank Pandya
  • 1,593
  • 2
  • 17
  • 40
  • Thanks , the problem was that I renamed the new jar with another name. The solution was to replace the jar with the same name https://groups.google.com/forum/?fromgroups=#!topic/gwt-ext/YUwdZKzHneM – jmbz May 13 '13 at 17:23