Calvin Fernandez

Results 6 issues of Calvin Fernandez

Remove Bower support in Plottable 3.0.

P2

When drawLabel is enabled for a bar chart, the bar total for the tallest bar isn't rendered since it doesn't fit between the top of the bar and the top...

Type: Feature Request
P2

I would like to be able to determine which entities lie along a given x/y dimension. entities in as implemented for bar chart works very well for this case, however...

Type: Enhancement

Setting x and y scales should require passed-in scales to be Transformable, not simply base scales. https://github.com/palantir/plottable/blob/develop/src/plots/xyPlot.ts#L154 https://github.com/palantir/plottable/blob/develop/src/plots/xyPlot.ts#L193

P2
Type: Breaking Change

Type: Breaking Change

In some places we use `Bounds`, in some places we use `width: number, height: number` . Lets use one (preferably `Bounds`) everywhere .

P3
Type: API Refactor