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

The following settings: ``` x: { type: 'ordinal', domain: ["Scrn", "D1", "D4", "D8", "D29", "D32", "D36", "D50", "D121", "D212", "D394"], ... } ``` only gives a chart showing bars for...

e.g. `raw`, `flex`, and ensure that if the domain is explicitly define it overrides the axis behavior.

unit tests

consider modals as they're more immediate than the `title` attribute

for instance in drawBars: - [line 35](https://github.com/RhoInc/Webcharts/blob/master/src/chart/resize/updateDataMarks/drawBars.js#L35) - [line 132](https://github.com/RhoInc/Webcharts/blob/master/src/chart/resize/updateDataMarks/drawBars.js#L132) - [line 231](https://github.com/RhoInc/Webcharts/blob/master/src/chart/resize/updateDataMarks/drawBars.js#L231) - [line 304](https://github.com/RhoInc/Webcharts/blob/master/src/chart/resize/updateDataMarks/drawBars.js#L304) if any custom `rect` elements are added to these bar groups the new and...

low priority

Currently the chart just bombs (no axis marks are drawn). Drop records and warn user instead? Abort and throw a error?