mdewilde / chart

Java library for use with Chart.js javascript library
Apache License 2.0
112 stars 43 forks source link

BarOptions multiple field hover #4

Closed a-reznic closed 7 years ago

a-reznic commented 7 years ago

If using GSON java.lang.IllegalArgumentException: class be.ceau.chart.options.BarOptions declares multiple JSON fields named hover

mdewilde commented 7 years ago

The library actually includes Jackson for serializing directly. Is there a reason you are using GSON instead? Could you give some more information on your workflow and setup?