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

Enables the ability for canvas lineDrawer to utilize different styles in the same plot. This is especially useful for changing opacity/stroke for segments along a plot. When drawing between two...

See demo here: https://jsbin.com/ceyijacuva/2/edit?html,output (or as a [gist](https://gist.github.com/rstarkov/0e3620a947479a013cffff109548f203)) Normal display: With one data point below domainMin (data[0].r = 5): With total exceeding domainMax (data[0].r = 150): ### Expected behaviour The...

Hi there! DragInteraction, today, supports MouseFilter that lets consumer choose which events to ignore and what not. Can we generalize that a little bit more and have a general filter...

## Feature Request Hi, would it be possible to have a **radar chart** like the one below on Plottable ? Can we do a PR to add it ? ![screen...

Hello. I'm attempting to render a plottable.js rectangle plot within a React app. I repeatedly am seeing the same error: ``` TypeError postScale is not a function postScaledAccesor ./node_modules/plottable/build/src/plots/plot.js:777:42 ```...

## Bug report https://github.com/eddow/csv-auto-chart I used the [financial example](http://plottablejs.org/examples/finance/) and applied it to my case where I have several plot in a group instead of a plot with several dataset....

## Bug report Was trying to take advantage of #3432, but came across this bug: Live example URL: http://jsfiddle.net/uwmf79s2/1/ Steps to repro: 1. Set Axis to UTC 1. Add Gridlines...

Hello, In order for the Gridline class to be more extendable, shouldn't be some elements - like the values `_between?` and `_?Scale` be `protected` instead of `private`? I here had...

I've been fiddling around with the `Pie Plot` and I've found out that the proportions appear messed up when you update the data in the dataset. **Reproduce:** 1. Render a...

Type: Bug
P2

ERROR TypeError: Cannot read property 'node' of undefined at Function.Translator.isEventInside (transformAwareTranslator.js:56) at Mouse.eventInside (mouseDispatcher.js:167) at Mouse._measureAndDispatch (mouseDispatcher.js:160) at HTMLDocument.Mouse._this._eventToProcessingFunction.(:4200/anonymous function) (webpack-internal:///../../../../plottable/build/src/dispatchers/mouseDispatcher.js:30:41) at ZoneDelegate.invokeTask (zone.js:421) at Object.onInvokeTask (core.js:4740) at ZoneDelegate.invokeTask (zone.js:420)...