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 aa8eafe commit 750223cCopy full SHA for 750223c
src/components/vue-ui-xy.vue
@@ -1351,7 +1351,7 @@ function isPlotAlone(plotSeries, index) {
1351
1352
let isAlone = (!!before && !!after && before.value == null && after.value == null) || (!before && !!after && after.value == null) || (!!before && !after && before.value == null);
1353
1354
- return canShowValue(plotSeries[index].value) && isAlone;
+ return canShowValue(plotSeries[index].value) && isAlone && FINAL_CONFIG.value.line.cutNullValues;
1355
}
1356
1357
/******************************************************************************************/
0 commit comments