Webcharts icon indicating copy to clipboard operation
Webcharts copied to clipboard

Reusable, flexible, interactive charts with JavaScript

Results 77 Webcharts issues
Sort by recently updated
recently updated
newest added

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.

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

bug

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

On the gist, when sorting a numeric column, it appears to sort by treating the numbers as characters not integers: ![image](https://user-images.githubusercontent.com/10886203/30932852-c57c48ca-a396-11e7-81f0-cc9f4231e0a1.png)

enhancement
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