dygraphs icon indicating copy to clipboard operation
dygraphs copied to clipboard

display quaterly data time axis as (Q2 1965, Q3 1965, etc.)

Open GregorDeCillia opened this issue 5 years ago • 0 comments

Hello,

According to the NEWS site, version 1.1.1.4 of this package introduced "Handle display of quarterly scales via moment-quarter plugin" (also see the corresponding merge). I expected the display methods to have the form Q2 1965, Q3 1965 and so on. Instead, the first month of the quarter is displayed at the time axis.

Is this behavior expected? If so, is there a way to switch to the formating described in the moment-fquarter README?

Here is a repex where JohnsonJohnson (from the datasets package) is displayed with a dygraphs widget through the RStudio viewer pane.

dygraphs::dygraph(JohnsonJohnson)

image

GregorDeCillia avatar Dec 12 '18 11:12 GregorDeCillia