plottable icon indicating copy to clipboard operation
plottable copied to clipboard

:bar_chart: A library of modular chart components built on D3

Results 103 plottable issues
Sort by recently updated
recently updated
newest added

If the user provides a hand-picked color range, I think the 'loop lightening' should be disableable and maybe disable by default - if you have a large number of charts...

Type: Feature Request
Domain: Visual Design

Live example URL: http://jsfiddle.net/59rqmbtr/6/ ### Expected behavior less space on both side of the pie plot, render more legend ### Actual behavior legend doesn't get fully rendered unless there are...

Calling e.g. entitiesInXBounds() multiple times causes multiple EntityStore.addAll() calls. It should produce the entities only once and save them off.

Type: Bug
P1
Domain: Performance

repro: https://jsfiddle.net/hbw4n6zk/7/ 1. move y axis margin slider from 0 to 40 Expected: only y axis margin increases Actual: y axis requested space increases a lot while margin stays mostly...

Type: Bug
P1

Example: Have a plot with 2 time axis, one which shows time in NYC, one which shows time in SF

Type: Feature Request
Cards
Contour
Status: Needs Triage

## Bug report Live example URL: Working example (with plottable 2.9.0): https://zmandel.github.io/burndown2.9.0.html Non-Working example (with plottable 3.1.1) https://zmandel.github.io/burndown3.1.1.html Both use the same javascript file: https://zmandel.github.io/burndown.js Context: This burndown is part...

i thought tooltips are not supported till i saw the tutorial

Type: Feature Request
Domain: Documentation

Component adds a foreground() and background() svg element to every Component. This are not used in our own code and only exist as a convenience for users to add custom...

P3
Domain: API Design

Add animations to Pie/Donut plot. bluong: "thinking of having it unfold from 0 degrees to 360 counterclockwise"

Type: Feature Request
P3

it seems like line chart is composed of 2 entity, and after upgrading to plottable 3.x we realized that the second entity selection object is kind of broken: `entity.selection._groups[0][0]` is...