Anatoli Kazharski
Anatoli Kazharski
You need to adjust the position of the arrows when RTL mode is on. ``` html[dir=rtl] { .v-step[data-popper-placement^=left] > .v-step__arrow { right: -10px; } .v-step[data-popper-placement^=right] > .v-step__arrow { left: 0px;...
Hello. An element with **v-step** class must be placed last in **body** tag. Then it will always be above all other elements, regardless of nesting level. In this case the...
@junedchhipa [Beginning of discussion](https://github.com/apexcharts/vue-apexcharts/issues/208) > Make sure you have these things disabled to maximize performance > > Animation chart.animations.enabled = false > Markers size set to 0 markers.size = 0...
The third day I try to find out the reason for the extremely slow update of the charts' properties: https://github.com/apexcharts/vue-apexcharts/issues/296 Now I decided to try to update the properties directly...