Skip to content

highcharter 0.4.0

Compare
Choose a tag to compare
@jbkunst jbkunst released this 29 Mar 14:28

New Funcionalities

  • Include elementId to createWidget. Add the hc_elementId() to modify
    this paramter after the creation of the highchart object (#140).
  • hchart support data frames a la ggplot2::qplot (#136).
  • hchart support Principal Components objects princomp and prcomp
    charting a biplot. Thanks to @nuno-agostinho (#128 #123).
  • hchartsupport matrix objects charting a heatmap (hchart.matrix) (#86).
  • hchart support phylo objects (#64).
  • New hcboxplot, hcwaffle, hcbar, hcpie, hchist, hcdensity,
    hcts function to get quick some style of charts. Thanks @nuo-agostinho fo
    hc_add_series_density implementation (#99 #70).
  • New hc_add_series_bwp to chart box and whisker plots (#81).
  • New hc_add_series_list to add list of series (#68).
  • New hc_add_series_df_old (!!) shortcut of
    hc_add_series(data = list.parse3(df)) (#76).
  • Added hc_theme_sparkline (#132).
  • Added function to create dataClasses and stops arguments in
    hc_colorAxis (#120).
  • Validate length of data = 1 and apply the list function (#119 #188 #65 #71).
  • Added colorize function so colorize_vector will be deprecate
    in the next release (#75).
  • Adding hc_add_series_df similar to hchart.data.frame (#114 #115).
  • Annotation funcionalities hc_annotations (#103).
  • Added cross as marker symbol (#96).
  • New hc_yAxis_multiples to add automatically arbitraty number of y axis
    (#90 #79).
  • New hc_grid to create a grid of highchart objects, inspired from
    mjs_grid (#67 #66).
  • Add motion plugin http://www.highcharts.com/plugin-registry/single/40/Motion
    (#62).

Changes

  • Upgrading to highcharts 4.2.4 (#72).
  • Options were separated into highcharter.global, highcharter.lang and
    highcharter.chart instead of having all in one big list (#77 #52).
  • list.parse2 and list.parse3 deperacted and renaming to list_parse2
    and list_parse3.
  • hc_add_series_scatter is more flexible and general (#54 #58)

Bug fixes

  • .hc_get_fonts now handle fonts names with multiple spaces (#107).
  • hchart.character now display empty levels (#101).
  • datetime_to_timestampdon't break in certain cases (#97).

Others

  • At startup a message disply mentioning that highchart, highstock and
    highmaps are not free for commercial and Governmental use.