Skip to content

highcharter 0.7.0

Compare
Choose a tag to compare
@jbkunst jbkunst released this 15 Jan 17:57

Changes

  • highchart function don't load plugins as default. Now there is hc_add_plugin to load as requiered (#258).
  • Fontawesome is not loaded as default. Now there is a hc_add_depency_fa function helper to load as required (#257).

New Features

  • Highcharter now uses HighchartsJS 7 (7.0.1)
  • divBackgroundImage works with themes (#278).
  • New function hctreemap2 (#110).
  • New function hc_responsive to configure responsive features(#305).
  • New function tooltip_chart to create minicharts in tooltips (#343).
  • New function hc_boost function to configure boost module options module/boost.js (#382).
  • New function hchart_ which uses standar evaluation (#170).
  • New function hcaes_string (#248).
  • New function hcparcord. Inspired and copy from http://rpubs.com/hadley/97970 (#167).
  • New functions hc_add_series.lm and hc_add_series.loess (#271).
  • New function/theme Super Heroes (#286).
  • New function/theme hc_theme_ggplot2 to honoring one of the best packages (#260).
  • Added multicolor pluging (#251).
  • Added regression pluging (#262).

Bug Fixes

  • Adding encoding = "UTF-8" in download_map_data to read characters properly (#359).
  • Fixed Error in mutate_impl in hcboxplot (#323).
  • Fixed export_hc(..., as = "is") does not format javascript correctly (#398).
  • Added the MIME type to show fonts correctly (#308).
  • Fixed vignettes titles #244).
  • Fixed bug due conflict etween highcharts v5 and dragabble-points pluging (#273).
  • maxSize uses the default highchartsJS value (#272).
  • hchart.data.frame and hc_add_series.data.frame forces to be data frame to avoid problems
    with the data.table class (#263).
  • Fixed bug in hc_add_series_df when the data frame comes with a column named "series" (#241).
  • hchart don't override/change default highchartsJS options (#302).

Api Changes

  • Remove deprecated list.parse functions (#259).
  • hc_exported was reworked (#247).