scatter: xaxis type as numeric

This commit is contained in:
pvictor 2020-01-27 18:20:54 +01:00
parent 015b901602
commit fa4a8c4462
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ config_line <- function(curve = "straight", datetime = FALSE) {
config_scatter <- function(range_x, range_y) {
config <- list(
xaxis = list(
type = "numeric",
min = range_x[1], max = range_x[2]
),
yaxis = list(