Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 759 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 759 Bytes

blockr.echarts4r

echarts4r for blockr

⚠️ this is still a work in progress, it is used as a stress-test for blockr.generate. The code for the package is generated from build.R.

Installation

You can install the development version of blockr.echarts4r from GitHub with:

# install.packages("remotes")
remotes::install_github("blockr-org/blockr.echarts4r")

Example

library(blockr)
library(blockr.echarts4r)

stack <- new_stack(
  data_block,
  e_charts__block,
  e_scatter__block,
  e_line__block
)

serve_stack(stack)