- Add some customiser functions
cjs_defaults()
,cjs_add_options()
,cjs_config_line()
- tool tips customisation with text literals
cjs_tooltip()
- interaction mode of tooltips
cjs_interaction_mode()
.. single point, all points of the same group or all points of the same dataset - see
vignette('tooltips_and_interaction_modes', package = 'chartjs4r')
- Have groups parameters work in
chartjs(.. groups = groups)
.. hopefully
- Tested shiny usage
cjs_shiny_example()
- Included shiny functions (may change)
chartjsProxy()
andcjs_update_bars()
- Tested flexdashboard -
cjs_flexdashboard_example()
- Added a
NEWS.md
file to track changes to the package. - A functioning
cjs_scale_time()