Method and Description |
---|
com.github.gwtd3.api.core.Selection.classed(String, DatumFunction<Boolean>)
use
Selection.classed(String, BooleanDatumFunction) instead |
com.github.gwtd3.api.svg.Line.defined(DatumFunction<Boolean>)
prefer the use of
Line.defined(BooleanDatumFunction) |
com.github.gwtd3.api.svg.Axis.tickSize(int, int) |
com.github.gwtd3.api.svg.Axis.tickSize(int, int, int) |
com.github.gwtd3.api.svg.Axis.tickSubdivide()
this method has no effect anymore !
|
com.github.gwtd3.api.svg.Axis.tickSubdivide(int)
this method has no effect anymore ! use
|
Copyright © 2017 gwt-d3. All rights reserved.