mj_chart: Chart

Description Usage Arguments See Also Examples

View source: R/chart.R

Description

Chart

Usage

1
mj_chart(cht = "bvg", ...)

Arguments

cht

chart type.

...

any other option, see https://github.com/image-charts/mjml-chart.

See Also

https://github.com/image-charts/mjml-chart

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
mj_ml(
  mj_body(
    mj_container(
      mj_section(
        mj_column(
          mj_chart(
            chd = "t:10,20,30|15,25,35"
          )
        )
      )
    )
  )
)

JohnCoene/mjml documentation built on June 21, 2020, 11:42 a.m.