Motion-Highcharts-Plugin icon indicating copy to clipboard operation
Motion-Highcharts-Plugin copied to clipboard

Results 7 Motion-Highcharts-Plugin issues
Sort by recently updated
recently updated
newest added

I am having an issue when using this plugin in R Shiny (through `highcharter`). The play / pause buttons are always blank... is this to do with fontawesome update? https://fontawesome.com/v4.7/icon/play...

Visible in demos, e.g. here: http://jsfiddle.net/gh/get/library/pure/larsac07/Motion-Highcharts-Plugin/tree/master/demos/bars-demo/ Default overflow option for the main chart container is `hidden`, so it could be changed by CSS with `!import` (like in [this demo](http://jsfiddle.net/BlackLabel/6ea7osfw/)).

Explicitly add a `type`-attribute to button, to prevent surrounding forms from being unintentionally triggered by a click on the `play` button.

https://stackoverflow.com/questions/53388350/highchart-is-not-updating-after-setstate-bubble-motion?noredirect=1#comment93827128_53388350 I have a service call on componentDidMount. Up on getting the data, I am trying to set my state which holds highchart information. Here I am able to get...

question
awaiting submitter response

Histogram series type doesn't work http://jsfiddle.net/BlackLabel/5kob9z4g/

When i use series.setData playRange.max don't updates.

awaiting submitter response

With `loop: true` and `round: floor`, last value is not shown at all before beginning a new loop

bug