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

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

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...

e.g. `''`, `0`, `false` [here](https://github.com/RhoInc/Webcharts/blob/master/src/controls/makeSubsetterControl.js#L17) It'd be more transparent to throw falsey values in the subsetter, perhaps coercing to character.

bug
controls

[here](https://github.com/RhoInc/Webcharts/blob/f4932c2e2ebed32257e209c4945b59af5b2e5628/src/controls/makeDropdownControl.js#L18)

implement styling that maintains a constant div height

low priority
table

See code for respective feature here: https://github.com/RhoInc/dashboard-charts/blob/master/src/accrual-over-time/callbacks/onResize/addHover.js ![image](https://user-images.githubusercontent.com/3680095/69073243-cb4d9a00-0a0b-11ea-8ecb-7063e6647e5b.png)

mark-customizations