gwtd3 / gwt-d3

A GWT wrapper library around the d3.js library
Other
131 stars 53 forks source link

Allow parametrization of pretty vs minified javascript in D3 #83

Closed anthonime closed 10 years ago

anthonime commented 10 years ago

for the moment the D3 module use a the pretty version. Replace by the minified, and create another module (D3Debug) for debugging / development purpose

anthonime commented 10 years ago

Now you can choose between minified and pretty d3.js source by adding the configuration to you application gwt module file: <set-property name="d3.pretty" value="true"/>