like ECharts: Series-line.connectNulls? #325
-
|
Is it possible to achieve this feature in ECharts: Series-line.connectNulls? |
Beta Was this translation helpful? Give feedback.
Answered by
graphieros
Apr 9, 2026
Replies: 1 comment
-
|
This is already available, see this example in the docs In vue-ui-xy:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
graphieros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@khcshell
This is already available, see this example in the docs
In vue-ui-xy:
config.line.cutNullValues, which is false by default and does connect. Set to true to show the gaps.