Jeremy Wildfire

Results 34 issues of Jeremy Wildfire

Difference column is drawn with no content. ``` const settings = { 'variables': { 'group': 'ARM', 'filters': [ { 'value_col': 'ARM', 'label': 'Arm','type': 'participant' }: start:["Placebo"]} }; ``` ![screen shot...

bug

Either add an "All" option at the top of the multi-select (and set that as the default), or add some kind of button/link in the label that selects all values...

high priority
controls

It might actually be more that the combination of text and non-text marks is breaking ...

bug

As shown below ([link](https://safetygraphics.github.io/safety-eDISH/test-page/example1/ )) ![image](https://user-images.githubusercontent.com/3680095/57183758-775fd700-6e66-11e9-9e4b-1763a01c6749.png)

bug
high priority

Allow user to disable the data checks in marks. This can be useful when columns are created as part of custom callbacks, but aren't available in the original data when...

Something like this? { type: "dropdown", options: ["x.column","marks[0].per[0]"], label: "Group by", values: ["Sector", "PrimaryFunction", "year", "Title"], require: true },

enhancement
controls

See partial implementation in this [example](http://bl.ocks.org/samussiah/raw/afe3abbce6b574926536bb12292a4e72/) using this [branch]( https://github.com/RhoInc/safety-outlier-explorer/tree/query-highlighting-with-modals) of the [Safety outlier explorer renderer](https://github.com/RhoInc/safety-outlier-explorer/)

Create a standard option for creating a webCharts table showing the raw data associated with a mark when clicking on said mark.

mark-customizations

Makes the flow in the config object a bit more logical, and allows for a bit more flexibility in the edge case where you want to plot 2 different dates...

low priority

Let user specify text via `control.tooltip`?

controls