You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @kenho811! I'm here to help you with any bugs, questions, or contributions you have in mind. Let's work together to resolve the issue you're facing.
Regarding your issue with line charts not working when two series have different time points, Superset handles datasets with non-uniform time intervals by using a resampling method. If you specify a resample_rule and resample_method in the form data, the data can be adjusted to a uniform time interval. This might help in plotting your data correctly [2].
Additionally, Superset provides a connectNulls option in the transformSeries function, which can connect data points by ignoring null values, ensuring a continuous line in the chart. This might be useful if you want to connect the series despite the different time points [3].
Bug description
I am using the Docker Image apache/superset:4.1.1-dev. It runs superset version
4.1.1
.I have a chart which plots revenue of companies as reported in financial statements over time.
In this example, I have GOOG and NVDA. The two companies have different quarterly reporting times. Attached below is the sample data.
20241201_054749.csv
As you can see, the two series have different report times.
I notice that when plotting 2 or more series where the dates are different, no lines can be plotted.
Screenshots/recordings
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: