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'm getting Following error. ERROR TypeError: Cannot read property 'node' of undefined at Function.Translator.isEventInside (transformAwareTranslator.js:56) at Mouse.eventInside (mouseDispatcher.js:167) at Pointer._handleMouseEvent (pointerInteraction.js:38) at CallbackSet.Pointer._this._mouseMoveCallback (pointerInteraction.js:19) at eval (callbackSet.js:26) at callbackWrapper (set.js:56)...

## Bug report It appears that the Area plot's `entitiesIn()` method excludes the left-most entity. For it to be included, you must put your cursor slightly _before_ it. I'm not...

Hovering over plot points can hover over the wrong point if there is a static container somewhere in the chart's ancestors. The fix is to check if the ancestor statically...

## Bug report Live example URL: http://plottablejs.org/examples/emphasizing/ Steps to repro: 1. open the link 1. try to hover or click on the chart 1. nothing happens and a lot of...

I have created this http://jsfiddle.net/awgpcog5/4/ to report the bug. Try to click on bars when zoom in. ![click_report](https://user-images.githubusercontent.com/28044075/33478653-5785270c-d68a-11e7-999b-e1f9e20227db.gif)

## Bug report Live example URL: https://www.webpackbin.com/bins/-L-ZL4OfbxdRJslccl6J Steps to repro: 1. Create a basic bar plot 2. Add a rectangle chart that uses the same xScale as the bar plot...

## Bug report When using `entityNearestByXThenY` inside an onPointerMove callback the returned entity is different depending upon whether or not a panZoom is attached before or after the pointer interaction....

when you click "fiddle" in the autocomment bot, the resultant fiddle uses links to circle CI urls - e.g. `//710-16149854-gh.circle-artifacts.com/0/home/ubuntu/plottable/plottable.js` This will fail for most users since the link requires...

Type: Bug
Domain: Build System
P3

## Bug report Live example URL: http://jsfiddle.net/awgpcog5/1/ Steps to repro: 1. create stacked bar with two of the same X value in the same Dataset ### Expected behavior two stacked...

Type: Bug
P3

```typescript var xAxis = ... xAxis.renderTo(...); new Plottable.Interactions.PanZoom(xScale).attachTo(xAxis); xAxis.detach().destroy(); ``` Then, try to click or pan/zoom, you'll hit: ```Uncaught TypeError: Cannot read property 'node' of undefined at Translator.isInside...``` The erroneous...

Type: Bug
P2