# NOT RUN {
# prepare some data frame
df <- data.frame(x = month.abb[1:6],
y = c(2, 4, 2, 1, 2.5, 3),
z = c(3, 4.5, 2, 1, 4, 2))
# generate character vector with svg data
column_chart_normalized(df, x = df$x, series = c('y', 'z'))
# }
Run the code above in your browser using DataLab