Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 817 Bytes

Build Status

chartjs

This is an implementation of the Chart.js library in R using the htmlwidgets framework.

Installation

devtools::install_github("tutuchan/chartjs")

Documentation

The Chart.js team has updated the documentation for v2.0 at this adress.

Some examples are available in the inst directory.

Known bugs

  • Polar Area charts should be drawn when the page is first loaded, meaning they can't be inside tabs for example,
  • in flexdashboard documents, use the following options: cjsOptions(responsive = FALSE, maintainAspectRatio = FALSE) to ensure that the charts are correctly sized.