Why, when I set my widget to display a line chart, does it only display data points and not connect them with lines? Clicking on the line styles in the design pane does nothing.
Thanks!
I have seen similar things when I don't have continuous data. Like my analysis is daily and I have some days without data.
You are not showing a lot about what you are doing here. Are colors for example years?
Can you share a snapshot of widget setup, or share an exported .dash file someone here might be able to help a little bit more.
Yes, the colors are fiscal years, and the data looks like:
Pretty straightforward... Thanks!
OK, I see a bit more about what is going on here. You picked the categorical variable Calendar Month Name. Try picking the date. This appears to be a continuous variable. (Which should give you a real line.) However, you will need to get it to group the dates by month. Try this.
If not share a .dash file. Of just your one widget.
Actually, if I just display fiscal period, which is a numeric series, rather than calendar month name, I see the lines. So you were essentially correct. Thanks!
I've used this for a dashboard that looks like this.