Frederic Rufin

Results 5 comments of Frederic Rufin

Same bug ! Any reply ?

You can get horizontal scrolling using css : ` ::v-deep .vue-recycle-scroller__item-wrapper { overflow: auto; }`

This happened because you mutated directly your chart options. You should instead use the updateOptions() method, setting the 4th parameter (updateSyncedCharts) to false.

Same ! Not maintened ?