We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8a248 commit 6052e3aCopy full SHA for 6052e3a
src/components/vue-ui-xy.vue
@@ -913,9 +913,11 @@ async function setupSlicer() {
913
914
if ((startIndex != null || endIndex != null) && comp) {
915
if (startIndex != null) {
916
+ slicer.value.start = startIndex;
917
comp.setStartValue(startIndex);
918
}
919
if (endIndex != null) {
920
+ slicer.value.end = endIndex + 1
921
comp.setEndValue(validSlicerEnd(endIndex + 1));
922
923
} else {
0 commit comments