Hi Joao, I suspect you are using date values for the domain of the SteppedArea, which works a bit differently than you might expect since the steps are between values, so effectively, the first value doesn't count.
Two things you could do. First, convert all your date values to strings, so then they are discrete labels and each step will correspond to one value. A second thing you could do is keep the dates, but add a row at the beginning with a date that is where you want the first step to start. Hope that helps. On Thu, Dec 12, 2019 at 8:37 PM Joao Soares <[email protected]> wrote: > Hi, > > I was testing out the various types of charts and every one of them are > displaying the correct information except for the stepped area one. > > The first image shows an Area chart where the 1st month with data is July > https://imgur.com/a/iXecNS4 , the second image shows the Stepped Area > chart for the same period https://imgur.com/a/lP46njn , but this time the > first data available is for August. > > Anyway to fix this? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/39e9dbf0-879d-4e38-ab39-31ebfcc983ce%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/39e9dbf0-879d-4e38-ab39-31ebfcc983ce%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> Cambridge MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJPKduM6CRGTU8coWo55xP5QaY3gF6%3DZ9Xz0md25vuXNtg%40mail.gmail.com.
