Paweł Fus
Paweł Fus
### Expected behaviour No error when calling: ```ts const formatter = ({ location, msg, param }: ValidationError): string => `${location}[${param}]: ${msg}`; const errors = validationResult(req).formatWith( (error: ValidationError) => { if...
#### Expected behaviour Updating `followTouchMove` should change the bahaviour of tooltip. #### Actual behaviour Nothing happens #### Live demo with steps to reproduce [Demo 1](https://jsfiddle.net/BlackLabel/vbgmzy3c/2/show): Updating `followTouchMove = true` =>...
Just cherry-picked related commits
#### Expected behaviour Annotation with proper styles and classnames. For example:  **NOTE:** It applies to all Advanced annotations, not only the one in the example. #### Actual behaviour Just...
Example: http://jsfiddle.net/7b8gz/1/ We need to hover over the bars to get them displayed as black ones.
Example: http://jsfiddle.net/84fxqx0o/ Exports data as:  While instead of y-values, categories on yAxis would be expected.
# Description of the feature Create an annotation type of a freeform drawing. PoC needed before implementing this. Probably there will be no control points, only drag&drop to move the...
#### Expected behaviour The same as initial loading. All components based on the same connector should show the spinner. #### Actual behaviour Only one component shows the spinner, the rest...
# Description of the feature The target: render a pie chart with Bugs vs Features The data: GoogleSpreadsheet with two columns: Columns and Features, for example: | | Bug |...