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

Tooltip in mobile mode have some offset if the charts has scrolled down. For example: In Desktop mode every tooltip is upside the relative point, even if the page has...

Usinig `entityNearestByXThenY` causes some weird behaviour - if the cursor is marginally closer in the x domain to another point than the one the user intended to click on, that...

Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

I am trying to use plottable with angular but I don't know what to put in the `chart.renderTo` or how to set up the HTML app component. Any hints appreciated!...

[Tooltips demos](http://plottablejs.org/tutorials/tooltips/) on the Plottable website don't work. Maybe they haven't been updated?

Dependabot's update of webpack-dev-server from 2.11.1 to 3.1.11 cause version mismatches due to its dependencies on later versions of webpacks with breaking changes (such as separating webpack-cli into a separate...

## Bug report Looks like some sort of typings errors. Steps to repro: 1. `git clone https://github.com/palantir/plottable.git` 1. `yarn install` 1. `yarn build` ### Expected behavior no errors ### Actual...

## Bug report I've got a bar graph using a GuideLineLayer in a similar way to the Space Race example at http://plottablejs.org/examples/spacerace/. I have the same fault as can be...

## Bug report As described in https://www.chromestatus.com/features/6662647093133312 chrome has started handling events differently. This is affecting, for example, zoom behaviour in plottable, even in the examples on the page. Quick...

I have a plottable v3 chart inside of a Polymer 1.x component and have interactions set up on the chart (click and pointer interactions). Polymer by default uses shady DOM,...

Type: Bug
Domain: Interactions
Status: In Discussion