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

I've an instance with a bar plot and a pie plot. The bar plot with the .onClick interaction updates the dataset used in the pie plot. ``` interaction.onClick(function(point) { plot.selections().attr("fill",...

Type: Question

pan/zoom on a bar chart forces the chart to redraw; a trivial stacked bar of 4 elements w/ 5 stacks each took 250ms to flush: ![image](https://cloud.githubusercontent.com/assets/1079495/20736718/4d134f90-b676-11e6-8ba7-8123e418c58e.png) Few things to fix:...

P2
Domain: Performance

Really impressed with Plottable so far! Just noticed as I'm setting up a horizontal stacked bar chart that rotating the labels doesn't work as I'd expect. I started with ![](http://screens.dashkb.net/20170518193934.png)...

Type: Bug
P2
Type: Question

Hi, thanks for your greate work. I'm a typescript user and use webpack to bundle my project files. The webpack@2 has the Tree Shaking features which can reduce the size...

Domain: Build System
Difficulty: Easy
Status: Accepting PRs
Type: Enhancement

(ScatterPlot case) - `DomUtils.intersectsBBox` should have `bbox.x + bbox.width

Type: Bug
P1
Domain: Interactions

I'm having some trouble removing the padding on the left/right side of the component. I thought `outerPadding` would solve this but it didn't. ~http://jsfiddle.net/07h87qbb/~ *Updated link*: http://jsfiddle.net/07h87qbb/2/ What I want:...

P2
Type: Question

The plottable website is not up to date with the [changes](https://github.com/palantir/plottable/wiki/Upgrading-to-3.0.0#action-required-renderto-only-accepts-html-elements) on `renderTo`. In the tutorial and in the examples, there are snippets like this ``` chart.renderTo("svg#tutorial-result"); ``` It looks...

P1
Type: Task

requested by @danmane Doesn't like the tradeoff that you have to 1. allocate extra space for Annotations even when you aren't using them 2. Have the chart jitter when Annotations...

Type: Feature Request

TimeScale's typing specifies that it should take Dates, but it actually functions perfectly if you pass in milisecond timestamps - unless you have a single data point, so that _ExpandSingleValueDomain...

Type: Bug

should probably just move the API endpoint to NumericAxis. See #3334

P3
Domain: API Design
Difficulty: Easy