On 28 fév, 21:28, asgallant <
drew_gall...@abtassoc.com> wrote:
> If you want only the Mondays to show up, you'll need to set the type of the
> first column to 'string' not 'date'. Type 'date' produces a continuous
> axis (a timeline, in this case), so the displayed axis values need not line
> up with specific data points; type 'string' produces a discrete axis where
> every point has it's own axis label. You could, using a string type,
> simply set each value to the month instead of a date (ie, 'January',
> 'February', 'March', etc).
>
> I should also point out that you don't have any valid options in your