Spencer Childress

Results 49 issues of Spencer Childress

https://github.com/RhoInc/Webcharts/blob/f4932c2e2ebed32257e209c4945b59af5b2e5628/src/table/exportable/exports/xlsx.js#L12

bug

https://github.com/RhoInc/Webcharts/blob/f4932c2e2ebed32257e209c4945b59af5b2e5628/src/multiply.js#L15

maybe write a few more for the v1.11.7 issues

See [makeLegend](https://github.com/RhoInc/Webcharts/blob/master/src/chart/makeLegend.js) lines 30, 41, and 80.

like [charts](https://github.com/RhoInc/Webcharts/blob/master/src/createChart.js#L51). issue arises in [makeRadioControl](https://github.com/RhoInc/Webcharts/blob/master/src/controls/makeRadioControl.js#L14) because [two radio inputs with the same _name_ attribute don't cooperate](https://stackoverflow.com/questions/30791791/multiple-radio-button-groups-with-same-name).

bug
table

for example, sort by any column [here](https://rhoinc.github.io/Webcharts/test-page/createTable/) and remove the sort - the table order doesn't change

bug
high priority
table

i.e. the bar and the legend are mirrors.

bug

Ordering the input data by the `chart.config.color_by` sorts the stacked bar appropriately though...

bug